Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9cb7bd2

Browse files
committed
link to GIL as a term
Patch from Jeff Knupp.
1 parent bd584d5 commit 9cb7bd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/hashlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ concatenation of the data fed to it so far using the :meth:`digest` or
4040

4141
.. note::
4242

43-
For better multithreading performance, the Python GIL is released for
43+
For better multithreading performance, the Python :term:`GIL` is released for
4444
strings of more than 2047 bytes at object creation or on update.
4545

4646
.. note::

0 commit comments

Comments
 (0)