diff options
author | Christian Heimes <christian@cheimes.de> | 2012-09-11 12:11:03 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2012-09-11 12:11:03 (GMT) |
commit | 6a77af690fc5022ecd218771960d15af2dc74977 (patch) | |
tree | b0e84ce9b24eef4c6fca47ed4603d3ed25f6df43 /Misc/NEWS | |
parent | 26b9f4b2f324cd5767d8fe9a2ab85566f34be809 (diff) | |
download | cpython-6a77af690fc5022ecd218771960d15af2dc74977.zip cpython-6a77af690fc5022ecd218771960d15af2dc74977.tar.gz cpython-6a77af690fc5022ecd218771960d15af2dc74977.tar.bz2 |
Issue #15895: Fix FILE pointer leak in PyRun_SimpleFileExFlags() when filename points to a pyc/pyo file and closeit is false.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.3.1 Core and Builtins ----------------- +- Issue #15895: Fix FILE pointer leak in PyRun_SimpleFileExFlags() when + filename points to a pyc/pyo file and closeit is false. + - Issue #15900: Fix reference leak in PyUnicode_TranslateCharmap(). - Issue #15839: Convert SystemErrors in super() to RuntimeErrors. |