This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcea
Recipients docs@python, jcea
Date 2013-10-04.01:36:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380850573.19.0.333542059882.issue19160@psf.upfronthosting.co.za>
In-reply-to
Content
In http://docs.python.org/3.3/library/hashlib.html there is a contradiction:

"""
For better multithreading performance, the Python GIL is released for strings of more than 2047 bytes at object creation or on update.

[...]

Changed in version 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 algorithms supplied by OpenSSL.
"""

So is it 2047 or 2048? :)
History
Date User Action Args
2013-10-04 01:36:13jceasetrecipients: + jcea, docs@python
2013-10-04 01:36:13jceasetmessageid: <1380850573.19.0.333542059882.issue19160@psf.upfronthosting.co.za>
2013-10-04 01:36:12jcealinkissue19160 messages
2013-10-04 01:36:12jceacreate