]> granicus.if.org Git - python/commit
Issue #21963: backout issue #1856 patch (avoid crashes and lockups when
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 21 Nov 2014 01:04:21 +0000 (02:04 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 21 Nov 2014 01:04:21 +0000 (02:04 +0100)
commitb9a4501179eec7762fcf3536833707f58d2474d2
tree3bad8bed599dae83840223a687aaa98c70ef1895
parent527d4ace8537a4db6dca65955a41470be4f07269
Issue #21963: backout issue #1856 patch (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), as it seems
to break some existing code.
Include/pythonrun.h
Lib/test/test_threading.py
Misc/NEWS
Python/ceval.c
Python/pythonrun.c
Python/thread_pthread.h