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 pitrou
Recipients belopolsky, lemburg, pitrou, tim.peters, vstinner
Date 2013-09-12.19:44:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379015074.37.0.397731646491.issue19007@psf.upfronthosting.co.za>
In-reply-to
Content
For whoever is interested: Windows 8 apparently has a new API named GetSystemTimePreciseAsFileTime which returns the system API with a much better resolution than GetSystemTimeAsFileTime does ("The GetSystemTimePreciseAsFileTime function retrieves the current system date and time with the highest possible level of precision (<1us)").
http://msdn.microsoft.com/en-us/library/windows/desktop/hh706895%28v=vs.85%29.aspx

(spawned from this topic on the tulip mailing-list: https://groups.google.com/forum/#!topic/python-tulip/vX9vOZB1FOI )
History
Date User Action Args
2013-09-12 19:44:34pitrousetrecipients: + pitrou, lemburg, tim.peters, belopolsky, vstinner
2013-09-12 19:44:34pitrousetmessageid: <1379015074.37.0.397731646491.issue19007@psf.upfronthosting.co.za>
2013-09-12 19:44:34pitroulinkissue19007 messages
2013-09-12 19:44:33pitroucreate