mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
link to GIL as a term
Patch from Jeff Knupp.
This commit is contained in:
parent
bd584d559b
commit
9cb7bd2df4
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ concatenation of the data fed to it so far using the :meth:`digest` or
|
|||
|
||||
.. 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.
|
||||
|
||||
.. note::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue