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, python-dev, vstinner
Date 2014-02-10.18:22:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392056551.64.0.739145062204.issue20505@psf.upfronthosting.co.za>
In-reply-to
Content
Here is clock_resolution.patch: reintroduce the old "granularity" but only use the resolution of the clock (expect the selector to round away from zero).

clock_resolution.patch fixes test_timeout_rounding() on my Windows 7 with HPET enabled, even with my more agressive version of the test (test also sleep close to nanoseconds, not only close to milliseconds).

Maybe we should also fix #20320: round away from zero for select(), kqueue and signal.sigtimedwait().
History
Date User Action Args
2014-02-10 18:22:31vstinnersetrecipients: + vstinner, gvanrossum, neologix, python-dev
2014-02-10 18:22:31vstinnersetmessageid: <1392056551.64.0.739145062204.issue20505@psf.upfronthosting.co.za>
2014-02-10 18:22:31vstinnerlinkissue20505 messages
2014-02-10 18:22:31vstinnercreate