Commit 9cb7bd2d authored by Benjamin Peterson's avatar Benjamin Peterson

link to GIL as a term

Patch from Jeff Knupp.
parent bd584d55
......@@ -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::
......
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