diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2012-12-29 20:38:37 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2012-12-29 20:38:37 (GMT) |
commit | ff2840a76f04c8846e8ad5b7e8379998ab3e87a6 (patch) | |
tree | 66b2d597ba355335032f7bf2b635fd68c4cd3b45 /Misc | |
parent | d07db96ab6942acef2e95194043d6d30ac48604e (diff) | |
parent | f1b63c6f0ef4074ea12bdbc535c8bc9738c9a78e (diff) | |
download | cpython-ff2840a76f04c8846e8ad5b7e8379998ab3e87a6.zip cpython-ff2840a76f04c8846e8ad5b7e8379998ab3e87a6.tar.gz cpython-ff2840a76f04c8846e8ad5b7e8379998ab3e87a6.tar.bz2 |
Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -200,6 +200,9 @@ Core and Builtins Library ------- +- Issue #16485: Fix file descriptor not being closed if file header patching + fails on closing of aifc file. + - Issue #16640: Run less code under a lock in sched module. - Issue #16165: Fix sched.scheduler.run() method was block a scheduler for |