diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-01-17 23:57:14 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-01-17 23:57:14 (GMT) |
commit | 72750a85f970dc7d79c44c63fd02157634984762 (patch) | |
tree | 2ab726420e409a5cf764d96f1f1a6efb688ba4a5 /Misc | |
parent | 7422b22e5e2b5462908b4f5f45574ef2de7961c6 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |