New submission from Amaury Forgeot d'Arc <amaur...@gmail.com>:

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.

----------
components: Library (Lib)
files: bz2_nothread.patch
keywords: patch
messages: 151491
nosy: amaury.forgeotdarc
priority: normal
severity: normal
stage: patch review
status: open
title: bz2 does not work when threads are disabled
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file24267/bz2_nothread.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13809>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to