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 berker.peksag
Recipients berker.peksag, brett.cannon, eric.snow, python-dev, r.david.murray
Date 2014-07-03.14:54:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404399293.17.0.777568308551.issue21755@psf.upfronthosting.co.za>
In-reply-to
Content
> Does it not work in this context

Yes, it doesn't work after 34d65746d5ca because LOCK_TYPES is an empty dict (test_util.test_both() can't find the 'Frozen' and 'Source' keys in it) when Python is built without threads.
History
Date User Action Args
2014-07-03 14:54:53berker.peksagsetrecipients: + berker.peksag, brett.cannon, r.david.murray, python-dev, eric.snow
2014-07-03 14:54:53berker.peksagsetmessageid: <1404399293.17.0.777568308551.issue21755@psf.upfronthosting.co.za>
2014-07-03 14:54:53berker.peksaglinkissue21755 messages
2014-07-03 14:54:52berker.peksagcreate