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 gregory.p.smith
Recipients ebfe, gps, gregory.p.smith, pitrou, vstinner
Date 2009-01-02.22:45:17
SpamBayes Score 0.0020257593
Marked as misclassified No
Message-id <1230936318.78.0.61097220207.issue4751@psf.upfronthosting.co.za>
In-reply-to
Content
First:  thanks for doing this.  I've had a patch sitting in my own
sandbox to release the GIL while hashing for a while but I hadn't
finished testing it.  It looks pretty similar to what you've done so
lets go with the patch being developed in this issue.

Rather than making HASHLIB_GIL_MINSIZE a constant I suggest making it a
property of the hash object so that it can be set by the user.  Most
users will be fine with the default but depending upon the application,
platform and hash algorithm being used other values may make more sense.
History
Date User Action Args
2009-01-02 22:45:19gregory.p.smithsetrecipients: + gregory.p.smith, pitrou, vstinner, gps, ebfe
2009-01-02 22:45:18gregory.p.smithsetmessageid: <1230936318.78.0.61097220207.issue4751@psf.upfronthosting.co.za>
2009-01-02 22:45:18gregory.p.smithlinkissue4751 messages
2009-01-02 22:45:17gregory.p.smithcreate