]> 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:02:30 +0000 (20:02 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 4 May 2011 18:02:30 +0000 (20:02 +0200)
commit0d5e52d3469a310001afe50689f77ddba6d554d1
tree0427334f46907890af771153a28f2c39441a8d89
parente548f5a0018fb44ed3a2a365ff0c8c87e397eedd
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