[issue7672] _ssl module overwrites existing thread safety callbacks

2016-09-08 Thread Christian Heimes
Christian Heimes added the comment: OpenSSL 1.1.0 comes with its own locking code. I'm not going to change the module for < 1.1.0. -- nosy: +christian.heimes resolution: -> wont fix status: open -> closed ___ Python tracker

[issue7672] _ssl module overwrites existing thread safety callbacks

2013-03-08 Thread Florian Weimer
Changes by Florian Weimer fwei...@redhat.com: -- nosy: +fweimer ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7672 ___ ___ Python-bugs-list

[issue7672] _ssl module overwrites existing thread safety callbacks

2010-04-25 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: I don't think asking Python extensions to be safe in the face of brutal DLL unloading is wise. I don't think any of our C extensions tries to respect such an use case. We could still try to support the use case of some application registering