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 pitrou
Recipients ebfe, gps, pitrou, vstinner
Date 2009-01-01.22:46:14
SpamBayes Score 0.043830194
Marked as misclassified No
Message-id <1230849981.16684.3.camel@localhost>
In-reply-to <1230836532.64.0.190969738455.issue4751@psf.upfronthosting.co.za>
Content
The right fix would probably be to define ENTER_HASHLIB(self) as
	Py_BEGIN_ALLOW_THREADS
	PyThread_acquire_lock(self->lock)
	Py_END_ALLOW_THREADS
History
Date User Action Args
2009-01-01 22:46:15pitrousetrecipients: + pitrou, vstinner, gps, ebfe
2009-01-01 22:46:14pitroulinkissue4751 messages
2009-01-01 22:46:14pitroucreate