]> granicus.if.org Git - python/commitdiff
Updates NEWS for issue #15895
authorChristian Heimes <christian@cheimes.de>
Tue, 11 Sep 2012 17:28:42 +0000 (19:28 +0200)
committerChristian Heimes <christian@cheimes.de>
Tue, 11 Sep 2012 17:28:42 +0000 (19:28 +0200)
Misc/NEWS

index 0fe95da716564820e6c60334c9b8a8870dbf9325..fabb36e372364f93df5f356b74cafc6e7145b187 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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().