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 belopolsky
Recipients Arfrever, Niklas.Claesson, Ramchandra Apte, andrewclegg, belopolsky, goshawk, lemburg, pitrou, r.david.murray, tim.peters, vstinner
Date 2014-07-15.03:24:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405394672.28.0.158917585853.issue15443@psf.upfronthosting.co.za>
In-reply-to
Content
> I suppose another possibility is to get rid of microseconds
> internally, and work with a single 4-byte nanosecond member.

Yes, that is what I think we should do.  I would also split it from the packed fields to give it a 32-bit alignment which should improve performance.
History
Date User Action Args
2014-07-15 03:24:32belopolskysetrecipients: + belopolsky, lemburg, tim.peters, pitrou, vstinner, Arfrever, r.david.murray, andrewclegg, Ramchandra Apte, goshawk, Niklas.Claesson
2014-07-15 03:24:32belopolskysetmessageid: <1405394672.28.0.158917585853.issue15443@psf.upfronthosting.co.za>
2014-07-15 03:24:32belopolskylinkissue15443 messages
2014-07-15 03:24:32belopolskycreate