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 vishvananda
Recipients vishvananda
Date 2014-06-13.01:00:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402621235.18.0.929916525681.issue21742@psf.upfronthosting.co.za>
In-reply-to
Content
The attached file illustrates the error when attempting to call handler.emit() when the file cannot be opened. Even if this situation is later remedied all future emit() calls will fail since stream.flush() is called on a fd that has already been closed.
History
Date User Action Args
2014-06-13 01:00:35vishvanandasetrecipients: + vishvananda
2014-06-13 01:00:35vishvanandasetmessageid: <1402621235.18.0.929916525681.issue21742@psf.upfronthosting.co.za>
2014-06-13 01:00:35vishvanandalinkissue21742 messages
2014-06-13 01:00:34vishvanandacreate