[Python-checkins] cpython: Updates NEWS for issue #15895

christian.heimes python-checkins at python.org
Tue Sep 11 19:28:53 CEST 2012


http://hg.python.org/cpython/rev/6fea947edead
changeset:   78998:6fea947edead
user:        Christian Heimes <christian at cheimes.de>
date:        Tue Sep 11 19:28:42 2012 +0200
summary:
  Updates NEWS for issue #15895

files:
  Misc/NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,8 +11,8 @@
 -----------------
 
 - 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().
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list