Message 206865 - Python tracker

Message206865

Author zach.ware
Recipients christian.heimes, python-dev, tim.peters, vstinner, zach.ware
Date 2013-12-23.15:51:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387813866.74.0.607496988007.issue19999@psf.upfronthosting.co.za>
In-reply-to
Content
That's weird.  I ran the same test on the same computer with an installed 64-bit 3.3.2, and got the same results (70+% failure).  I just ran the same test on a different computer (32-bit Windows 7), and also got the same results with both 3.4.0b1+ and 3.3.2 (installed).

FTR:
>>> time.get_clock_info('monotonic')
namespace(adjustable=False, implementation='GetTickCount64()', monotonic=True, resolution=0.015600099999999999)

I believe it's the same for all four Pythons tested.

Shall I open a new issue for this, or is it related enough to stay here? :)
History
Date User Action Args
2013-12-23 15:51:06zach.waresetrecipients: + zach.ware, tim.peters, vstinner, christian.heimes, python-dev
2013-12-23 15:51:06zach.waresetmessageid: <1387813866.74.0.607496988007.issue19999@psf.upfronthosting.co.za>
2013-12-23 15:51:06zach.warelinkissue19999 messages
2013-12-23 15:51:06zach.warecreate