Message206865
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? :) |
|
| Date |
User |
Action |
Args |
| 2013-12-23 15:51:06 | zach.ware | set | recipients:
+ zach.ware, tim.peters, vstinner, christian.heimes, python-dev |
| 2013-12-23 15:51:06 | zach.ware | set | messageid: <1387813866.74.0.607496988007.issue19999@psf.upfronthosting.co.za> |
| 2013-12-23 15:51:06 | zach.ware | link | issue19999 messages |
| 2013-12-23 15:51:06 | zach.ware | create | |
|