summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2013-12-08 14:31:50 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2013-12-08 14:31:50 (GMT)
commit337c50b8cb84155918ff0b4b5478c70f7a6f3faf (patch)
tree6bd405223b9bfe31507e8364c2483eacbd82eee6 /Misc
parent7c573857c7ac63395cc19b4785e0a91acbb83742 (diff)
downloadcpython-337c50b8cb84155918ff0b4b5478c70f7a6f3faf.zip
cpython-337c50b8cb84155918ff0b4b5478c70f7a6f3faf.tar.gz
cpython-337c50b8cb84155918ff0b4b5478c70f7a6f3faf.tar.bz2
Closes #19878: Fix segfault in bz2 module.
Initial patch by Vajrasky Kok.
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 059f7bf..928a18e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Core and Builtins
Library
-------
+- Issue #19878: Fix segfault in bz2 module after calling __init__ twice with
+ non-existent filename. Initial patch by Vajrasky Kok.
+
- Issue #16373: Prevent infinite recursion for ABC Set class comparisons.
- Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows a match when