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 gregory.p.smith
Recipients gregory.p.smith, gvanrossum, neologix, vstinner
Date 2013-12-02.21:46:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGE7PNJs0T01BtKnpc5YNZVAd1ufBPy2EcK4hTdWkJyH+KLCBQ@mail.gmail.com>
In-reply-to <CAMpsgwaKhVsBo_j59qUxFTSOwVZmk_VA8+oVhDNg_AWfvMS3Dw@mail.gmail.com>
Content
>
> I believe that the libc and the kernel knows better than Python how to
> restart a syscalls, than Python. I expect more reliable timeout, or
> the kernel may avoid context switches (don't wake up the process).
>

See the man page i linked to, calls like select and poll with timeouts are
not auto-restarted.
History
Date User Action Args
2013-12-02 21:46:16gregory.p.smithsetrecipients: + gregory.p.smith, gvanrossum, vstinner, neologix
2013-12-02 21:46:16gregory.p.smithlinkissue19850 messages
2013-12-02 21:46:16gregory.p.smithcreate