[issue19227] test_multiprocessing_xxx hangs under Gentoo buildbots

Christian Heimes report at bugs.python.org
Sun Oct 20 20:08:58 CEST 2013


Christian Heimes added the comment:

I think it's more likely that my patch is triggering an existing bug. The locking code for the SSL module and OpenSSL doesn't release locks on fork. I have attached an experimental patch that unlocks all locks in the client.

Please try if it resolves the issue.

----------
keywords: +patch
Added file: http://bugs.python.org/file32261/unlock_ssl_locks.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19227>
_______________________________________


More information about the Python-bugs-list mailing list