]> granicus.if.org Git - python/commit
Issue #1856: Avoid crashes and lockups when daemon threads run while the
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 4 May 2011 18:04:29 +0000 (20:04 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 4 May 2011 18:04:29 +0000 (20:04 +0200)
commitfc20b0c65c446f79e39d006f3cffed03aa745380
treed26d9bdfcce057847cc8b878621ac59ad547c695
parentc17c6d95cf989a89d77ab4a655599531479bd268
parent0d5e52d3469a310001afe50689f77ddba6d554d1
Issue #1856: Avoid crashes and lockups when daemon threads run while the
interpreter is shutting down; instead, these threads are now killed when
they try to take the GIL.
Include/pythonrun.h
Lib/test/test_threading.py
Misc/NEWS
Python/ceval.c
Python/pythonrun.c
Python/thread_pthread.h