mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Close #19160: Inconsistent size for GIL release in hashlib
This commit is contained in:
parent
5c4b4c530f
commit
f5c499e16c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ concatenation of the data fed to it so far using the :meth:`digest` or
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
For better multithreading performance, the Python :term:`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.
|
data larger than 2048 bytes at object creation or on update.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue