Message 175683 - Python tracker
Message175683
| 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:33 | serhiy.storchaka | set | recipients: + serhiy.storchaka |
| 2012-11-16 12:49:33 | serhiy.storchaka | set | messageid: <1353070173.54.0.899587497228.issue16485@psf.upfronthosting.co.za> |
| 2012-11-16 12:49:33 | serhiy.storchaka | link | issue16485 messages |
| 2012-11-16 12:49:33 | serhiy.storchaka | create | |