STINNER Victor added the comment:

Anoter previous change related to PyThread_ReInitTLS(), issue #13817, unlikely 
related to your bug.

commit e0e88b0483d73c925e8f1809d24031acd6bfdf01
Author: Charles-François Natali <neolo...@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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30967>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to