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 belopolsky, vstinner
Date 2012-01-24.00:11:36
SpamBayes Score 3.3445685e-05
Marked as misclassified No
Message-id <1327363897.23.0.971762704078.issue13845@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, my first patch contains an unrelated change for Windows.

New patch fixes this bug, and change time_clock() to reuse time_time() if time_clock() fails to get the CPU frequency (unlikely) because it has a better resolution than clock().
History
Date User Action Args
2012-01-24 00:11:37vstinnersetrecipients: + vstinner, belopolsky
2012-01-24 00:11:37vstinnersetmessageid: <1327363897.23.0.971762704078.issue13845@psf.upfronthosting.co.za>
2012-01-24 00:11:36vstinnerlinkissue13845 messages
2012-01-24 00:11:36vstinnercreate