Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 302c654 + 9cb7bd2 commit 301162bCopy full SHA for 301162b
1 file changed
Doc/library/hashlib.rst
@@ -40,12 +40,12 @@ concatenation of the data fed to it so far using the :meth:`digest` or
40
41
.. note::
42
43
- For better multithreading performance, the Python GIL is released for
+ For better multithreading performance, the Python :term:`GIL` is released for
44
strings of more than 2047 bytes at object creation or on update.
45
46
47
48
- 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
49
on bytes, not on characters.
50
51
.. index:: single: OpenSSL; (use in module hashlib)
0 commit comments