This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Thomas Mortensson, vstinner
Date 2017-07-19.10:05:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500458724.33.0.717701214771.issue30967@psf.upfronthosting.co.za>
In-reply-to
Content
Anoter previous change related to PyThread_ReInitTLS(), issue #13817, unlikely related to your bug.

commit e0e88b0483d73c925e8f1809d24031acd6bfdf01
Author: Charles-François Natali <neologix@free.fr>
Date:   Thu Feb 2 19:57:19 2012 +0100

    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.

This commit is part of Python 2.7 since Python 2.7.3.
History
Date User Action Args
2017-07-19 10:05:24vstinnersetrecipients: + vstinner, Thomas Mortensson
2017-07-19 10:05:24vstinnersetmessageid: <1500458724.33.0.717701214771.issue30967@psf.upfronthosting.co.za>
2017-07-19 10:05:24vstinnerlinkissue30967 messages
2017-07-19 10:05:24vstinnercreate