diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-09-12 16:01:36 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-09-12 16:01:36 (GMT) |
commit | fd296ff5d6436ad3a782cca816783f05acd9fe78 (patch) | |
tree | 6f1499a954f514134cfe75ce836a90a34f0cd403 /Misc | |
parent | 1aca31e8f329e19de62a2f1a2080995e5712a9cd (diff) | |
download | cpython-fd296ff5d6436ad3a782cca816783f05acd9fe78.zip cpython-fd296ff5d6436ad3a782cca816783f05acd9fe78.tar.gz cpython-fd296ff5d6436ad3a782cca816783f05acd9fe78.tar.bz2 |
Issue #15926: Fix crash after multiple reinitializations of the interpreter.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.3.0 Release Candidate 3? Core and Builtins ----------------- +- Issue #15926: Fix crash after multiple reinitializations of the interpreter. + - Issue #15895: Fix FILE pointer leak in one error branch of PyRun_SimpleFileExFlags() when filename points to a pyc/pyo file, closeit is false an and set_main_loader() fails. |