diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-06-09 10:32:34 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-06-09 10:32:34 (GMT) |
commit | f10063e3c3dcd5fe5b99858fc618c574b6df7bf2 (patch) | |
tree | d549bcb1c89abdf86860b884f96b06c3aa846da9 /Misc | |
parent | 8a8f7f983099f172d1f7c25d4fd99f5c0eb14072 (diff) | |
download | cpython-f10063e3c3dcd5fe5b99858fc618c574b6df7bf2.zip cpython-f10063e3c3dcd5fe5b99858fc618c574b6df7bf2.tar.gz cpython-f10063e3c3dcd5fe5b99858fc618c574b6df7bf2.tar.bz2 |
Issue #21310: Fixed possible resource leak in failed open().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ Core and Builtins Library ------- +- Issue #21310: Fixed possible resource leak in failed open(). + - Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods. - Issue #11709: Fix the pydoc.help function to not fail when sys.stdin is not a |