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.00:32:10
SpamBayes Score 0.11116227
Marked as misclassified No
Message-id <1230942731.86.0.427818216077.issue4751@psf.upfronthosting.co.za>
In-reply-to
Content
haypo, the patch will not compile when WITH_THREADS is not defined. The
'lock'-member in the object structure is not present without
WITH_THREADS however the line 'if (self->lock == NULL && view.len >=
HASHLIB_GIL_MINSIZE)' will always refer to it.
History
Date User Action Args
2009-01-03 00:32:11ebfesetrecipients: + ebfe, gregory.p.smith, pitrou, vstinner, gps
2009-01-03 00:32:11ebfesetmessageid: <1230942731.86.0.427818216077.issue4751@psf.upfronthosting.co.za>
2009-01-03 00:32:11ebfelinkissue4751 messages
2009-01-03 00:32:10ebfecreate