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 asvetlov, christian.heimes, methane, njs, pitrou, vstinner, yselivanov
Date 2017-12-18.22:38:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513636710.53.0.213398074469.issue32331@psf.upfronthosting.co.za>
In-reply-to
Content
> But I would prefer to avoid a syscall just to clear flags :-/

Yes, that's what I want to do.

We control what constants the socket module exports. Let's just clear them if we export them -- that's a good working solution (and also the most backwards compatible, as opposed to calling sock.getsockopt)
History
Date User Action Args
2017-12-18 22:38:30yselivanovsetrecipients: + yselivanov, pitrou, vstinner, christian.heimes, njs, asvetlov, methane
2017-12-18 22:38:30yselivanovsetmessageid: <1513636710.53.0.213398074469.issue32331@psf.upfronthosting.co.za>
2017-12-18 22:38:30yselivanovlinkissue32331 messages
2017-12-18 22:38:30yselivanovcreate