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
.gitignore
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
Doc/build/
Doc/tools/docutils/
Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
Lib/lib2to3/*.pickle
Makefile
Makefile.pre
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
PCbuild/*.bsc
PCbuild/*.dll
PCbuild/*.exe
PCbuild/*.exp
PCbuild/*.lib
PCbuild/*.ncb
PCbuild/*.o
PCbuild/*.pdb
PCbuild/Win32-temp-*
Parser/pgen
Parser/pgen.stamp
autom4te.cache
build/
config.log
config.status
libpython*.a
libpython*.so*
pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
externals/
htmlcov/
back to top