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, gregory.p.smith, pitrou, vstinner
Date 2009-01-03.17:17:52
SpamBayes Score 0.0018582522
Marked as misclassified No
Message-id <1231003073.1.0.527062862251.issue4751@psf.upfronthosting.co.za>
In-reply-to
Content
The lock is created while having the GIL in EVP_update. No other
function releases the GIL (besides the creator-function which does not
need the local lock).

Thereby no other thread can be in between ENTER and LEAVE while the lock
is allocated.
History
Date User Action Args
2009-01-03 17:17:53ebfesetrecipients: + ebfe, gregory.p.smith, pitrou, vstinner, gps
2009-01-03 17:17:53ebfesetmessageid: <1231003073.1.0.527062862251.issue4751@psf.upfronthosting.co.za>
2009-01-03 17:17:52ebfelinkissue4751 messages
2009-01-03 17:17:52ebfecreate