From: Christian Heimes Date: Tue, 11 Sep 2012 17:28:42 +0000 (+0200) Subject: Updates NEWS for issue #15895 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c4b09533464e3337623e0b2abc990500898c0b8;p=python Updates NEWS for issue #15895 --- diff --git a/Misc/NEWS b/Misc/NEWS index e6e4cbba7c..9a301c31dd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,7 +2,7 @@ Python News +++++++++++ -What's New in Python 3.3.0? +What's New in Python 3.3.0 Release Candidate 3? =========================== *Release date: XX-Sep-2012* @@ -10,6 +10,10 @@ What's New in Python 3.3.0? Core and Builtins ----------------- +- Issue #15895: Fix FILE pointer leak in one error branch of + PyRun_SimpleFileExFlags() when filename points to a pyc/pyo file, closeit + is false an and set_main_loader() fails. + Library -------