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 Ben.Darnell
Recipients Ben.Darnell, asvetlov, gvanrossum, pitrou, vstinner, yselivanov
Date 2017-11-16.17:51:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510854696.54.0.213398074469.issue32038@psf.upfronthosting.co.za>
In-reply-to
Content
Note that a guard on socket objects can only solve part of the problem: in the case where i've seen this bug, it was with raw file descriptors from libcurl, and there's nothing python can do about that because there are no (python) socket objects.
History
Date User Action Args
2017-11-16 17:51:36Ben.Darnellsetrecipients: + Ben.Darnell, gvanrossum, pitrou, vstinner, asvetlov, yselivanov
2017-11-16 17:51:36Ben.Darnellsetmessageid: <1510854696.54.0.213398074469.issue32038@psf.upfronthosting.co.za>
2017-11-16 17:51:36Ben.Darnelllinkissue32038 messages
2017-11-16 17:51:36Ben.Darnellcreate