Commit 8f49456b authored by Christian Heimes's avatar Christian Heimes

Updates NEWS for issue #15895

parent a96be78e
...@@ -11,8 +11,8 @@ Core and Builtins ...@@ -11,8 +11,8 @@ Core and Builtins
----------------- -----------------
- Issue #15895: Fix FILE pointer leak in one error branch of - Issue #15895: Fix FILE pointer leak in one error branch of
PyRun_SimpleFileExFlags() when PyRun_SimpleFileExFlags() when filename points to a pyc/pyo file, closeit
filename points to a pyc/pyo file and closeit is false. is false an and set_main_loader() fails.
- Issue #15900: Fix reference leak in PyUnicode_TranslateCharmap(). - Issue #15900: Fix reference leak in PyUnicode_TranslateCharmap().
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment