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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28447>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to