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 martin.panter
Recipients GeorgeY, martin.panter
Date 2016-10-19.10:01:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476871315.02.0.0306645279665.issue28447@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-10-19 10:01:55martin.pantersetrecipients: + martin.panter, GeorgeY
2016-10-19 10:01:55martin.pantersetmessageid: <1476871315.02.0.0306645279665.issue28447@psf.upfronthosting.co.za>
2016-10-19 10:01:55martin.panterlinkissue28447 messages
2016-10-19 10:01:54martin.pantercreate