Christian Heimes added the comment:

I wasn't talking about unlock_ssl_locks.patch but yet another patch.

Anyway neither Python 2.7.6 nor 3.3.3 should be released with the current 
pthread_atfork() handler. We still don't understand the cause of the hanging 
buildbot but evidence points towards the pthread_atfork() code.

I'd like to give the new patch a try. If it doesn't solve the issue ASAP then 
I'm going to disable the feature and replace it with a warning in the SSL 
module and os.fork() function. The issue isn't severe enough to break Python.

----------
Added file: http://bugs.python.org/file32383/atfork_prepare.patch

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

Reply via email to