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 christian.heimes
Recipients benjamin.peterson, christian.heimes, georg.brandl, larry, neologix, pitrou, python-dev, r.david.murray, sbt, vstinner
Date 2013-10-26.23:05:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382828755.47.0.0914395072862.issue19227@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-26 23:05:55christian.heimessetrecipients: + christian.heimes, georg.brandl, pitrou, vstinner, larry, benjamin.peterson, r.david.murray, neologix, python-dev, sbt
2013-10-26 23:05:55christian.heimessetmessageid: <1382828755.47.0.0914395072862.issue19227@psf.upfronthosting.co.za>
2013-10-26 23:05:55christian.heimeslinkissue19227 messages
2013-10-26 23:05:55christian.heimescreate