diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2009-05-04 00:16:49 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2009-05-04 00:16:49 (GMT) |
commit | d02eedacab86c7cf765f8567166761466b984536 (patch) | |
tree | be89d277097d0987c7461ceb9217214f02b35931 /Misc/NEWS | |
parent | 342c8db859948e38d2f14a0c9104e1598df17825 (diff) | |
download | cpython-d02eedacab86c7cf765f8567166761466b984536.zip cpython-d02eedacab86c7cf765f8567166761466b984536.tar.gz cpython-d02eedacab86c7cf765f8567166761466b984536.tar.bz2 |
Issue #4751: For hashlib algorithms provided by OpenSSL, the Python
GIL is now released during computation on data lengths >= 2048 bytes.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -905,6 +905,9 @@ C-API Extension Modules ----------------- +- Issue #4751: For hashlib algorithms provided by OpenSSL, the Python + GIL is now released during computation on data lengths >= 2048 bytes. + - Issue #3745: Fix hashlib to always reject unicode and non buffer-api supporting objects as input no matter how it was compiled (built in implementations or external openssl library). |