From f5c499e16c7c1835b978544ad2d3acd8f04dba4d Mon Sep 17 00:00:00 2001 From: Jesus Cea Date: Fri, 4 Oct 2013 04:15:06 +0200 Subject: Close #19160: Inconsistent size for GIL release in hashlib --- Doc/library/hashlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index 0a1b208..1fc5044 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -41,7 +41,7 @@ concatenation of the data fed to it so far using the :meth:`digest` or .. note:: For better multithreading performance, the Python :term:`GIL` is released for - strings of more than 2047 bytes at object creation or on update. + data larger than 2048 bytes at object creation or on update. .. note:: -- cgit v0.12