Andrew Svetlov <[email protected]> added the comment:

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?

----------

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue36732>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to