summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2012-12-29 20:38:37 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2012-12-29 20:38:37 (GMT)
commitff2840a76f04c8846e8ad5b7e8379998ab3e87a6 (patch)
tree66b2d597ba355335032f7bf2b635fd68c4cd3b45 /Misc
parentd07db96ab6942acef2e95194043d6d30ac48604e (diff)
parentf1b63c6f0ef4074ea12bdbc535c8bc9738c9a78e (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f606654..4f7f856 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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