]> granicus.if.org Git - python/commit
Issue #16485: Fix file descriptor not being closed if file header patching fails...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 29 Dec 2012 20:36:23 +0000 (22:36 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 29 Dec 2012 20:36:23 +0000 (22:36 +0200)
commitf1b63c6f0ef4074ea12bdbc535c8bc9738c9a78e
treecdec2e3f4296a649f50d612b0c316fdda75b002b
parentf2b9cf4e612551eec954ee42e4ae3f0dfde3fd03
parent051722d554c7cab6ae93509f4939a03169d03ac1
Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.
Lib/aifc.py
Lib/test/test_aifc.py
Misc/NEWS