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, lemburg, pitrou, steve.dower, tim.golden, tim.peters, vstinner, zach.ware
Date 2014-07-30.22:32:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406759574.04.0.371560661078.issue19007@psf.upfronthosting.co.za>
In-reply-to
Content
My patch for the issue #22043 replaces the _PyTime_timeval structure (10^-6 second resolution, 1 us) with a _PyTime_timespec structure (10^-9 second resolution, 1 ns). It may help for this issue.
History
Date User Action Args
2014-07-30 22:32:54vstinnersetrecipients: + vstinner, lemburg, tim.peters, belopolsky, pitrou, tim.golden, zach.ware, steve.dower
2014-07-30 22:32:54vstinnersetmessageid: <1406759574.04.0.371560661078.issue19007@psf.upfronthosting.co.za>
2014-07-30 22:32:54vstinnerlinkissue19007 messages
2014-07-30 22:32:54vstinnercreate