Issue #4751: For hashlib algorithms provided by OpenSSL, the Python
commit140b47ce8ed544ae74b072b3bb0fab22e1218e7e
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 4 May 2009 00:16:49 +0000 (4 00:16 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 4 May 2009 00:16:49 +0000 (4 00:16 +0000)
treecbd440e80f208de270197d046a392fbfefae427f
parent131a12ebe167f230cfee3dc554d2ae454afaf7dd
Issue #4751: For hashlib algorithms provided by OpenSSL, the Python
GIL is now released during computation on data lengths >= 2048 bytes.

git-svn-id: http://svn.python.org/projects/python/trunk@72267 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/hashlib.rst
Lib/test/test_hashlib.py
Misc/NEWS
Modules/_hashopenssl.c