]> granicus.if.org Git - python/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:32:48 +0000 (20:32 +0100)
committerCharles-François Natali <neologix@free.fr>
Thu, 2 Feb 2012 19:32:48 +0000 (20:32 +0100)
commit19c6bf8f8393352f6a3f94bfbb91229a1cb6280b
tree0017591ba1287f5922a8faae8efd263fc87c2072
parentc317a1c185dc31e239d6781553be6bb684434f8d
parent6d0d24e359b6d8a72a20c2091bbea0e16170d767
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