diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2013-12-08 14:31:50 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2013-12-08 14:31:50 (GMT) |
commit | 337c50b8cb84155918ff0b4b5478c70f7a6f3faf (patch) | |
tree | 6bd405223b9bfe31507e8364c2483eacbd82eee6 /Misc | |
parent | 7c573857c7ac63395cc19b4785e0a91acbb83742 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |