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
History
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

README

back to top