]> 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:30:56 +0000 (22:30 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 29 Dec 2012 20:30:56 +0000 (22:30 +0200)
commit051722d554c7cab6ae93509f4939a03169d03ac1
treefff2a0014ab3a0aabf9d1053b0a44e44e5739f93
parentddb87ab1b4944fe85f7f1a3c8de6af664085bfbb
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