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 gregory.p.smith, gvanrossum, neologix, pitrou, sbt, vstinner
Date 2013-08-31.16:56:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377968189.2.0.575176543025.issue18885@psf.upfronthosting.co.za>
In-reply-to
Content
Gregory, thanks, that's what I was planning to do.

But since the recent discussions (mainly on selectors), there are points I obviously don't - and won't - agree with (such as select() returning EINTR or returning early, same for sleep()), I'm not interested in this anymore.
Anyone interested can pick this up, though.

(BTW, as for applications relying on EINTR being returned, I'm positive *way more applications* will break because of the recent change making file descriptors close-on-exec by default).
History
Date User Action Args
2013-08-31 16:56:29neologixsetrecipients: + neologix, gvanrossum, gregory.p.smith, pitrou, vstinner, sbt
2013-08-31 16:56:29neologixsetmessageid: <1377968189.2.0.575176543025.issue18885@psf.upfronthosting.co.za>
2013-08-31 16:56:29neologixlinkissue18885 messages
2013-08-31 16:56:28neologixcreate