]> 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 18:57:19 +0000 (19:57 +0100)
committerCharles-François Natali <neologix@free.fr>
Thu, 2 Feb 2012 18:57:19 +0000 (19:57 +0100)
commite0e88b0483d73c925e8f1809d24031acd6bfdf01
tree97a5539362d668c1ee9f9a0e1dacd20d3786f54d
parentda6db4f8b0fd3de3a5adc6b8f856e80bfda0d40a
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