| commit | 72750a85f970dc7d79c44c63fd02157634984762 | [log] [tgz] |
|---|---|---|
| author | Nadeem Vawda <nadeem.vawda@gmail.com> | Wed Jan 18 01:57:14 2012 +0200 |
| committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Wed Jan 18 01:57:14 2012 +0200 |
| tree | 2ab726420e409a5cf764d96f1f1a6efb688ba4a5 | |
| parent | 7422b22e5e2b5462908b4f5f45574ef2de7961c6 [diff] [blame] |
Issue #13809: Make bz2 module work with threads disabled. Original patch by Amaury Forgeot d'Arc.
diff --git a/Misc/NEWS b/Misc/NEWS index 8178a92..246b3c1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -447,6 +447,9 @@ 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.