Kaydet (Commit) 301162b4 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

merge 3.3 (closes #16687)

...@@ -40,12 +40,12 @@ concatenation of the data fed to it so far using the :meth:`digest` or ...@@ -40,12 +40,12 @@ concatenation of the data fed to it so far using the :meth:`digest` or
.. note:: .. note::
For better multithreading performance, the Python GIL is released for For better multithreading performance, the Python :term:`GIL` is released for
strings of more than 2047 bytes at object creation or on update. strings of more than 2047 bytes at object creation or on update.
.. note:: .. note::
Feeding string objects is to :meth:`update` is not supported, as hashes work Feeding string objects into :meth:`update` is not supported, as hashes work
on bytes, not on characters. on bytes, not on characters.
.. index:: single: OpenSSL; (use in module hashlib) .. index:: single: OpenSSL; (use in module hashlib)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment