Antoine Pitrou <pit...@free.fr> added the comment:

The right fix would probably be to define ENTER_HASHLIB(self) as
        Py_BEGIN_ALLOW_THREADS
        PyThread_acquire_lock(self->lock)
        Py_END_ALLOW_THREADS

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

Reply via email to