summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0fe95da..fabb36e 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().