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 asksol, brian.curtin, gregory.p.smith, jnoller, neologix, pitrou, vstinner
Date 2011-05-13.17:09:57
SpamBayes Score 2.4034452e-09
Marked as misclassified No
Message-id <1305306598.13.0.230696925853.issue12040@psf.upfronthosting.co.za>
In-reply-to
Content
Just a detail, but with the last version, select is retried with the full timeout (note that the signal you're the most likely to receive is SIGCHLD and since it's ignored by default it won't cause EINTR, so this shouldn't happen too often).
By the way, it's not the first time EINTR-issues pop up: would it be possible/worth it/interesting to expose this kind of wrapper somewhere (even as a private API), or a context manager ?
History
Date User Action Args
2011-05-13 17:09:58neologixsetrecipients: + neologix, gregory.p.smith, pitrou, vstinner, jnoller, brian.curtin, asksol
2011-05-13 17:09:58neologixsetmessageid: <1305306598.13.0.230696925853.issue12040@psf.upfronthosting.co.za>
2011-05-13 17:09:57neologixlinkissue12040 messages
2011-05-13 17:09:57neologixcreate