From: Christian Heimes Date: Tue, 11 Sep 2012 17:28:42 +0000 (+0200) Subject: Updates NEWS for issue #15895 X-Git-Tag: v3.3.1rc1~818^2^2~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f49456b4e3afda90b5ee0469d6f7d55f5c79c82;p=thirdparty%2FPython%2Fcpython.git Updates NEWS for issue #15895 --- diff --git a/Misc/NEWS b/Misc/NEWS index 0fe95da71656..fabb36e37236 100644 --- 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().