Message 208597 - Python tracker (original) (raw)

Message208597

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:06 vstinner set recipients: + vstinner, gvanrossum, pitrou, neologix, python-dev, serhiy.storchaka
2014-01-21 00:51:06 vstinner set messageid: 1390265466.3.0.970975081174.issue20311@psf.upfronthosting.co.za
2014-01-21 00:51:06 vstinner link issue20311 messages
2014-01-21 00:51:06 vstinner create