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 lemburg, neologix, vstinner
Date 2012-04-16.12:01:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334577678.61.0.415134141452.issue14428@psf.upfronthosting.co.za>
In-reply-to
Content
The precision of mach_absolute_time() is known: it is timebase.numer / timebase.denom * 1e-9.
History
Date User Action Args
2012-04-16 12:01:18vstinnersetrecipients: + vstinner, lemburg, neologix
2012-04-16 12:01:18vstinnersetmessageid: <1334577678.61.0.415134141452.issue14428@psf.upfronthosting.co.za>
2012-04-16 12:01:18vstinnerlinkissue14428 messages
2012-04-16 12:01:17vstinnercreate