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 gvanrossum, neologix, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2014-01-21.00:51:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390265466.3.0.970975081174.issue20311@psf.upfronthosting.co.za>
In-reply-to
Content
Rounding issues with poll() and epoll() have been fixed in Python 3.3 and 3.4. I'm now waiting for buildbots before closing the issue.

I created a new issue #20320 to address the rounding issue with select() and kqueue (and signal.sigtimedwait).
History
Date User Action Args
2014-01-21 00:51:06vstinnersetrecipients: + vstinner, gvanrossum, pitrou, neologix, python-dev, serhiy.storchaka
2014-01-21 00:51:06vstinnersetmessageid: <1390265466.3.0.970975081174.issue20311@psf.upfronthosting.co.za>
2014-01-21 00:51:06vstinnerlinkissue20311 messages
2014-01-21 00:51:06vstinnercreate