From: Serhiy Storchaka Date: Sat, 29 Dec 2012 20:36:23 +0000 (+0200) Subject: Issue #16485: Fix file descriptor not being closed if file header patching fails... X-Git-Tag: v3.3.1rc1~462 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1b63c6f0ef4074ea12bdbc535c8bc9738c9a78e;p=python Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file. --- f1b63c6f0ef4074ea12bdbc535c8bc9738c9a78e diff --cc Misc/NEWS index 7a654b9da8,8ce30c529a..2a22bb56e0 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -124,12 -189,9 +124,15 @@@ Core and Builtin Library ------- + - Issue #16485: Fix file descriptor not being closed if file header patching + fails on closing of aifc file. + +- Issue #16165: Fix sched.scheduler.run() method was block a scheduler for + other threads. + +- Issue #16641: Fix default values of sched.scheduler.enter arguments were + modifiable. + - Issue #16504: IDLE now catches SyntaxErrors raised by tokenizer. Patch by Roger Serwy.