From: Benjamin Peterson Date: Fri, 21 Dec 2012 02:24:37 +0000 (-0600) Subject: link to GIL as a term X-Git-Tag: v3.3.1rc1~502 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cb7bd2df486dbf67c03f950738ae6863dfb2617;p=thirdparty%2FPython%2Fcpython.git link to GIL as a term Patch from Jeff Knupp. --- diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index 19d3e4c047c0..929d41b4393b 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -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::