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 vstinner
Recipients christian.heimes, dstufft, janssen, martin.panter, pitrou, vstinner
Date 2017-07-05.07:34:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499240090.61.0.567303072588.issue30319@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine: FYI I abandonned my idea of ignoring errors on socket.shutdown(), since I agree with your rationale. An application may rely on shutdown() exception to trigger some events, and a socket can still be used after a shutdown().
History
Date User Action Args
2017-07-05 07:34:50vstinnersetrecipients: + vstinner, janssen, pitrou, christian.heimes, martin.panter, dstufft
2017-07-05 07:34:50vstinnersetmessageid: <1499240090.61.0.567303072588.issue30319@psf.upfronthosting.co.za>
2017-07-05 07:34:50vstinnerlinkissue30319 messages
2017-07-05 07:34:50vstinnercreate