From 6c4b09533464e3337623e0b2abc990500898c0b8 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 11 Sep 2012 19:28:42 +0200 Subject: Updates NEWS for issue #15895 --- Misc/NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index e6e4cbb..9a301c3 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 ------- -- cgit v0.12