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 nadeem.vawda
Recipients amaury.forgeotdarc, georg.brandl, nadeem.vawda
Date 2012-01-17.22:55:38
SpamBayes Score 6.769378e-06
Marked as misclassified No
Message-id <1326840938.99.0.0701572427307.issue13809@psf.upfronthosting.co.za>
In-reply-to
Content
As Georg suggested, it would be better to use dummy_threading.RLock,
rather than providing our own implementation.

The test in the patch fails when I try to run it on a no-thread build.
support.import_fresh_module seems to treat the absence of the threading
module as an error, and returns None instead of allowing the bz2 module
to recover from the ImportError.

We needn't worry about 3.2. It still uses the old all-C implementation,
which has its threading dependencies protected by #ifdefs.
History
Date User Action Args
2012-01-17 22:55:39nadeem.vawdasetrecipients: + nadeem.vawda, georg.brandl, amaury.forgeotdarc
2012-01-17 22:55:38nadeem.vawdasetmessageid: <1326840938.99.0.0701572427307.issue13809@psf.upfronthosting.co.za>
2012-01-17 22:55:38nadeem.vawdalinkissue13809 messages
2012-01-17 22:55:38nadeem.vawdacreate