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, erlendaasland, miss-islington, pablogsal, terry.reedy, vstinner
Date 2021-06-28.08:01:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
http://erickt.github.io/blog/2014/11/19/adventures-in-debugging-a-potential-osx-kernel-bug/ says:

"If we trigger a send while the kernel is in the middle of tearing down the socket, it returns EPROTOTYPE." (instead of ECONNRESET)

Maybe send() could raise a ConnectionResetError exception on EPROTOTYPE?
History
Date User Action Args
2021-06-28 08:01:51vstinnersetrecipients: + vstinner, terry.reedy, christian.heimes, pablogsal, miss-islington, erlendaasland
2021-06-28 08:01:51vstinnersetmessageid: <[email protected]>
2021-06-28 08:01:51vstinnerlinkissue44229 messages
2021-06-28 08:01:51vstinnercreate