[issue28447] socket.getpeername() failure on broken TCP/IP connection

Martin Panter report at bugs.python.org
Wed Oct 19 06:01:55 EDT 2016


Martin Panter added the comment:

I haven’t tried running your program, but I don’t see anything stopping multiple references to the same socket appearing in the “mailbox” queue. Once the first reference has been processed, the socket will be closed, so subsequent getpeername() calls will be invalid.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28447>
_______________________________________


More information about the Python-bugs-list mailing list