.. note::
For better multithreading performance, the Python :term:`GIL` is released for
- data larger than 2048 bytes at object creation or on update.
+ data larger than 2047 bytes at object creation or on update.
.. note::
.. versionchanged:: 3.1
The Python GIL is released to allow other threads to run while hash
- updates on data larger than 2048 bytes is taking place when using hash
+ updates on data larger than 2047 bytes is taking place when using hash
algorithms supplied by OpenSSL.