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 vstinner
Recipients belopolsky, neologix, pitrou, serhiy.storchaka, skrah, vstinner
Date 2014-01-25.14:42:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390660936.73.0.836825238422.issue20320@psf.upfronthosting.co.za>
In-reply-to
Content
I reverted my changes on poll and epoll: the kernel may "round" the timeout differently because it uses a different clock, so Python cannot guarantee that it will wait "at least" timeout seconds.

My initial concern was a performance issue in asyncio, I fixed the issue differently: see issue #20311.
History
Date User Action Args
2014-01-25 14:42:16vstinnersetrecipients: + vstinner, belopolsky, pitrou, skrah, neologix, serhiy.storchaka
2014-01-25 14:42:16vstinnersetmessageid: <1390660936.73.0.836825238422.issue20320@psf.upfronthosting.co.za>
2014-01-25 14:42:16vstinnerlinkissue20320 messages
2014-01-25 14:42:16vstinnercreate