]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix
authorCharles-François Natali <neologix@free.fr>
Thu, 2 Feb 2012 19:31:42 +0000 (20:31 +0100)
committerCharles-François Natali <neologix@free.fr>
Thu, 2 Feb 2012 19:31:42 +0000 (20:31 +0100)
commit6d0d24e359b6d8a72a20c2091bbea0e16170d767
treed7e06c5c3f4c289553ecf4a4a79521b4c8967f7f
parent03c29f90c37870d3a0a65524373acb5008fa7a11
Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix
a random deadlock when fork() is called in a multithreaded process in debug
mode, and make PyOS_AfterFork() more robust.
Lib/test/test_threading.py
Modules/signalmodule.c