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-15.21:41:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476567689.8.0.9024763026.issue28447@psf.upfronthosting.co.za>
In-reply-to
Content
I still think something is closing your socket object. I cannot see what it is from the code you posted though. If you update the print() call, I expect you will see that it is closed, and the file descriptor is set to -1:

print("sock_err @ ", msg[1], msg[1]._closed, msg[1].fileno())  # Expect True, -1
History
Date User Action Args
2016-10-15 21:41:29martin.pantersetrecipients: + martin.panter, GeorgeY
2016-10-15 21:41:29martin.pantersetmessageid: <1476567689.8.0.9024763026.issue28447@psf.upfronthosting.co.za>
2016-10-15 21:41:29martin.panterlinkissue28447 messages
2016-10-15 21:41:29martin.pantercreate