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 ebfe
Recipients ebfe, gps, pitrou, vstinner
Date 2009-01-02.10:44:58
SpamBayes Score 2.5169891e-05
Marked as misclassified No
Message-id <1230893101.08.0.0996947539189.issue4751@psf.upfronthosting.co.za>
In-reply-to
Content
Releasing the GIL is somewhat expensive and should be avoided if
possible. I've moved LEAVE_HASHLIB in EVP_update so the object gets
unlocked before we call Py_END_ALLOW_THREADS. This is *only* possible
because EVP_update does not use the object beyond those lines.

Here is a new patch and a small test-script.
History
Date User Action Args
2009-01-02 10:45:01ebfesetrecipients: + ebfe, pitrou, vstinner, gps
2009-01-02 10:45:01ebfesetmessageid: <1230893101.08.0.0996947539189.issue4751@psf.upfronthosting.co.za>
2009-01-02 10:45:00ebfelinkissue4751 messages
2009-01-02 10:45:00ebfecreate