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 amaury.forgeotdarc
Recipients amaury.forgeotdarc
Date 2012-01-17.22:20:55
SpamBayes Score 3.4206263e-05
Marked as misclassified No
Message-id <1326838856.97.0.0714966673096.issue13809@psf.upfronthosting.co.za>
In-reply-to
Content
In bz2.py, "import threading" prevents the bz2 module from working when threads are not enabled.  The attached patch removes the limitation and provides a fake lock object.

I don't know if this should be backported to 3.2.
History
Date User Action Args
2012-01-17 22:20:57amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc
2012-01-17 22:20:56amaury.forgeotdarcsetmessageid: <1326838856.97.0.0714966673096.issue13809@psf.upfronthosting.co.za>
2012-01-17 22:20:56amaury.forgeotdarclinkissue13809 messages
2012-01-17 22:20:56amaury.forgeotdarccreate