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 neologix
Recipients gvanrossum, neologix, pitrou, vstinner
Date 2013-11-28.19:39:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM2zcHHB67SH075_Azpr6wy8Zcm6p8MSt4LXgsrNAUS2ug@mail.gmail.com>
In-reply-to <1385559916.0.0.695093098293.issue19813@psf.upfronthosting.co.za>
Content
I'm with Antoine, this is *really* going too far.
SOCK_CLOEXEC and friends are useful to avoid race conditions: there's
no such concern with the non-blocking flag.
Shaving one or two syscalls is IMO completely useless, and doesn't
justify the extra code and, more importantly, clutter in the
constructor.
I'm -10.
History
Date User Action Args
2013-11-28 19:39:29neologixsetrecipients: + neologix, gvanrossum, pitrou, vstinner
2013-11-28 19:39:29neologixlinkissue19813 messages
2013-11-28 19:39:29neologixcreate