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 yselivanov
Recipients martin.panter, python-dev, vstinner, yselivanov
Date 2016-10-18.23:42:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476834150.38.0.141021366927.issue26685@psf.upfronthosting.co.za>
In-reply-to
Content
My proposal: ignore EBADF in socket.close().  It means that the socket is closed already.  It doesn't matter why.
History
Date User Action Args
2016-10-18 23:42:30yselivanovsetrecipients: + yselivanov, vstinner, python-dev, martin.panter
2016-10-18 23:42:30yselivanovsetmessageid: <1476834150.38.0.141021366927.issue26685@psf.upfronthosting.co.za>
2016-10-18 23:42:30yselivanovlinkissue26685 messages
2016-10-18 23:42:30yselivanovcreate