This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2012-11-16.12:49:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353070173.54.0.899587497228.issue16485@psf.upfronthosting.co.za>
In-reply-to
Content
Aifc_write.close() can raise exception and left the internal file object not closed.  The patch closes the file object even in case of error and reset _file to None even in case of the file object close() raises an exception, so that Aifc_write.close() can be called repeatedly.
History
Date User Action Args
2012-11-16 12:49:33serhiy.storchakasetrecipients: + serhiy.storchaka
2012-11-16 12:49:33serhiy.storchakasetmessageid: <1353070173.54.0.899587497228.issue16485@psf.upfronthosting.co.za>
2012-11-16 12:49:33serhiy.storchakalinkissue16485 messages
2012-11-16 12:49:33serhiy.storchakacreate