summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2012-01-17 23:57:14 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2012-01-17 23:57:14 (GMT)
commit72750a85f970dc7d79c44c63fd02157634984762 (patch)
tree2ab726420e409a5cf764d96f1f1a6efb688ba4a5 /Misc
parent7422b22e5e2b5462908b4f5f45574ef2de7961c6 (diff)
downloadcpython-72750a85f970dc7d79c44c63fd02157634984762.zip
cpython-72750a85f970dc7d79c44c63fd02157634984762.tar.gz
cpython-72750a85f970dc7d79c44c63fd02157634984762.tar.bz2
Issue #13809: Make bz2 module work with threads disabled.
Original patch by Amaury Forgeot d'Arc.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8178a92..246b3c1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -447,6 +447,9 @@ Core and Builtins
Library
-------
+- Issue #13809: Fix regression where bz2 module wouldn't work when threads are
+ disabled. Original patch by Amaury Forgeot d'Arc.
+
- Issue #13589: Fix some serialization primitives in the aifc module.
Patch by Oleg Plakhotnyuk.