diff options
author | Christian Heimes <christian@cheimes.de> | 2012-09-11 17:28:42 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2012-09-11 17:28:42 (GMT) |
commit | 8f49456b4e3afda90b5ee0469d6f7d55f5c79c82 (patch) | |
tree | 2a4ccfe0b1336e65cc3764e168662b9f4e095904 /Misc | |
parent | a96be78ed151ea6a429b730df78defcd7e69c18c (diff) | |
download | cpython-8f49456b4e3afda90b5ee0469d6f7d55f5c79c82.zip cpython-8f49456b4e3afda90b5ee0469d6f7d55f5c79c82.tar.gz cpython-8f49456b4e3afda90b5ee0469d6f7d55f5c79c82.tar.bz2 |
Updates NEWS for issue #15895
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ Core and Builtins ----------------- - Issue #15895: Fix FILE pointer leak in one error branch of - PyRun_SimpleFileExFlags() when - filename points to a pyc/pyo file and closeit is false. + PyRun_SimpleFileExFlags() when filename points to a pyc/pyo file, closeit + is false an and set_main_loader() fails. - Issue #15900: Fix reference leak in PyUnicode_TranslateCharmap(). |