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 martin.panter
Recipients dabeaz, eryksun, martin.panter
Date 2016-06-13.02:14:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465784093.94.0.541234090005.issue25476@psf.upfronthosting.co.za>
In-reply-to
Content
I propose to reject this. Close() should always close the underlying file descriptor or socket, even if there is a blocking error or other exception.
History
Date User Action Args
2016-06-13 02:14:54martin.pantersetrecipients: + martin.panter, dabeaz, eryksun
2016-06-13 02:14:53martin.pantersetmessageid: <1465784093.94.0.541234090005.issue25476@psf.upfronthosting.co.za>
2016-06-13 02:14:53martin.panterlinkissue25476 messages
2016-06-13 02:14:53martin.pantercreate