[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 its own callbacks before importing _ssl.

As for the patch, it looks wrong since CRYPTO_get_locking_callback() is 
compared to NULL a second time after the callback has been set to something 
non-NULL.

--
nosy: +pitrou
priority:  - normal
title: _ssl module causes segfault - _ssl module overwrites existing thread 
safety callbacks
versions: +Python 2.7, Python 3.1, Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7672
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com