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 asvetlov
Recipients asvetlov, vstinner, yselivanov
Date 2019-06-24.12:28:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561379307.68.0.87114957531.issue36732@roundup.psfhosted.org>
In-reply-to
Content
There is an interesting discussion: https://stackoverflow.com/questions/14499593/can-the-infamous-error-netname-deleted-error-be-considered-an-error-at-all

"[WinError 64] The specified network name is no longer available" is raised on pending reads from closed socket.

Looks like we can just drop these reads without error reporting, it is safe and easy.

Victor, what do you think?
History
Date User Action Args
2019-06-24 12:28:27asvetlovsetrecipients: + asvetlov, vstinner, yselivanov
2019-06-24 12:28:27asvetlovsetmessageid: <1561379307.68.0.87114957531.issue36732@roundup.psfhosted.org>
2019-06-24 12:28:27asvetlovlinkissue36732 messages
2019-06-24 12:28:27asvetlovcreate