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 yselivanov
Recipients Ben.Darnell, asvetlov, gvanrossum, pitrou, vstinner, yselivanov
Date 2017-11-16.18:02:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510855345.6.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.

Well, in this case 'dup' is the only option.
History
Date User Action Args
2017-11-16 18:02:25yselivanovsetrecipients: + yselivanov, gvanrossum, pitrou, vstinner, asvetlov, Ben.Darnell
2017-11-16 18:02:25yselivanovsetmessageid: <1510855345.6.0.213398074469.issue32038@psf.upfronthosting.co.za>
2017-11-16 18:02:25yselivanovlinkissue32038 messages
2017-11-16 18:02:25yselivanovcreate