]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13809: Make bz2 module work with threads disabled.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Tue, 17 Jan 2012 23:57:14 +0000 (01:57 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Tue, 17 Jan 2012 23:57:14 +0000 (01:57 +0200)
commit72750a85f970dc7d79c44c63fd02157634984762
tree2ab726420e409a5cf764d96f1f1a6efb688ba4a5
parent7422b22e5e2b5462908b4f5f45574ef2de7961c6
Issue #13809: Make bz2 module work with threads disabled.

Original patch by Amaury Forgeot d'Arc.
Lib/bz2.py
Lib/test/test_bz2.py
Misc/NEWS