Antoine Pitrou added the comment:

Rather than removing the call to CRYPTO_set_id_callback, it seems we should 
replace it with CRYPTO_THREADID_set_callback:

« CRYPTO_THREADID and associated functions were introduced in OpenSSL 1.0.0 to 
replace (actually, deprecate) the previous CRYPTO_set_id_callback(), 
CRYPTO_get_id_callback(), and CRYPTO_thread_id() functions which assumed thread 
IDs to always be represented by 'unsigned long'. »

http://www.openssl.org/docs/crypto/threads.html

----------
components: +Extension Modules
nosy: +christian.heimes, giampaolo.rodola, janssen, pitrou
priority: normal -> critical
stage:  -> needs patch
versions: +Python 2.7, Python 3.4

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

Reply via email to