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 larry
Recipients Alexander.Belopolsky, Arfrever, belopolsky, jcea, khenriksson, larry, lars.gustaebel, loewis, mark.dickinson, nadeem.vawda, r.david.murray, rosslagerwall, skrah, vstinner
Date 2011-09-09.21:41:59
SpamBayes Score 0.0018733516
Marked as misclassified No
Message-id <1315604520.38.0.546764937836.issue11457@psf.upfronthosting.co.za>
In-reply-to
Content
> To support higher resolution
> will need to supply 3 fields in st_xtimesuperspec: tv_sec and tv_nsec
> packed in st_xtimespec (say tv_timespec) and new tv_psec field.
> st_xtime will now be   st_xtimesuperspec.tv_timespec.tv_sec and
> st_xtimespec will be a new macro expanding to
> st_xtimesuperspec.tv_timespec.

How is this superior to using either Decimal or float128?
History
Date User Action Args
2011-09-09 21:42:00larrysetrecipients: + larry, loewis, jcea, mark.dickinson, belopolsky, lars.gustaebel, vstinner, nadeem.vawda, Arfrever, r.david.murray, skrah, Alexander.Belopolsky, rosslagerwall, khenriksson
2011-09-09 21:42:00larrysetmessageid: <1315604520.38.0.546764937836.issue11457@psf.upfronthosting.co.za>
2011-09-09 21:41:59larrylinkissue11457 messages
2011-09-09 21:41:59larrycreate