mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Updates NEWS for issue #15895
This commit is contained in:
parent
a96be78ed1
commit
8f49456b4e
1 changed files with 2 additions and 2 deletions
|
@ -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().
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue