[issue13809] bz2 does not work when threads are disabled

Nadeem Vawda report at bugs.python.org
Wed Jan 18 00:59:04 CET 2012


Nadeem Vawda <nadeem.vawda at gmail.com> added the comment:

Fix committed. For the test, it turns out we can get the desired behavior
by telling import_fresh_module to block the threading module directly,
instead of blocking _thread.

----------
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13809>
_______________________________________


More information about the Python-bugs-list mailing list