]> granicus.if.org Git - python/commit
Issue #4751: For hashlib algorithms provided by OpenSSL, the Python
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 4 May 2009 00:16:49 +0000 (00:16 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 4 May 2009 00:16:49 +0000 (00:16 +0000)
commitd02eedacab86c7cf765f8567166761466b984536
treebe89d277097d0987c7461ceb9217214f02b35931
parent342c8db859948e38d2f14a0c9104e1598df17825
Issue #4751: For hashlib algorithms provided by OpenSSL, the Python
GIL is now released during computation on data lengths >= 2048 bytes.
Doc/library/hashlib.rst
Lib/test/test_hashlib.py
Misc/NEWS
Modules/_hashopenssl.c