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 vstinner
Recipients ebfe, gregory.p.smith, pitrou, vstinner
Date 2009-01-06.18:31:58
SpamBayes Score 0.03770957
Marked as misclassified No
Message-id <1231266726.34.0.106187422687.issue4751@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch:
 - change HASHLIB_GIL_MINSIZE to 2048 bytes
 - update hashlib documentation: add a note about the 2048 GIL limit
 - write a small test just for more sure that the GIL cases are tested 
(GIL released during object creation or on update)
History
Date User Action Args
2009-01-06 18:32:07vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou, ebfe
2009-01-06 18:32:06vstinnersetmessageid: <1231266726.34.0.106187422687.issue4751@psf.upfronthosting.co.za>
2009-01-06 18:32:01vstinnerlinkissue4751 messages
2009-01-06 18:32:01vstinnercreate