From: Serhiy Storchaka Date: Sat, 29 Dec 2012 20:38:37 +0000 (+0200) Subject: Issue #16485: Fix file descriptor not being closed if file header patching fails... X-Git-Tag: v3.4.0a1~1743 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff2840a76f04c8846e8ad5b7e8379998ab3e87a6;p=thirdparty%2FPython%2Fcpython.git Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. --- ff2840a76f04c8846e8ad5b7e8379998ab3e87a6 diff --cc Misc/NEWS index f606654a15e0,2a22bb56e024..4f7f85622ec6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -200,8 -124,9 +200,11 @@@ Core and Builtin 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 other threads.