Staging
v0.5.1
https://github.com/python/cpython
Revision b9a4501179eec7762fcf3536833707f58d2474d2 authored by Antoine Pitrou on 21 November 2014, 01:04:21 UTC, committed by Antoine Pitrou on 21 November 2014, 01:04:21 UTC
daemon threads run while the interpreter is shutting down; instead,
these threads are now killed when they try to take the GIL), as it seems
to break some existing code.
1 parent 527d4ac
Raw File
Tip revision: b9a4501179eec7762fcf3536833707f58d2474d2 authored by Antoine Pitrou on 21 November 2014, 01:04:21 UTC
Issue #21963: backout issue #1856 patch (avoid crashes and lockups when
Tip revision: b9a4501
.hgignore
.gdb_history
.purify
.svn/
^.idea/
.DS_Store
Makefile$
Makefile.pre$
TAGS$
autom4te.cache$
build/
buildno$
config.cache
config.log
config.status
config.status.lineno
db_home
platform$
pyconfig.h$
python$
python.exe$
reflog.txt$
tags$
Lib/plat-mac/errors.rsrc.df.rsrc
Misc/python.pc
Modules/Setup$
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix$
Parser/pgen$
Parser/pgen.stamp$
^core
^python-gdb.py
^pybuilddir.txt

syntax: glob
python.exe-gdb.py
libpython*.a
libpython*.so*
*.swp
*.o
*.pyc
*.pyo
*.pyd
*.cover
*~
Lib/lib2to3/*.pickle
Lib/test/data/*
Misc/*.wpu
PC/python_nt*.h
PC/pythonnt_rc*.h
PC/*.obj
PCbuild/*.exe
PCbuild/*.dll
PCbuild/*.pdb
PCbuild/*.lib
PCbuild/*.exp
PCbuild/*.o
PCbuild/*.ncb
PCbuild/*.bsc
PCbuild/Win32-temp-*
.coverage
coverage/
externals/
htmlcov/
back to top