[issue15443] datetime module has no support for nanoseconds

Alexander Belopolsky report at bugs.python.org
Tue Jul 15 05:24:32 CEST 2014


Alexander Belopolsky added the comment:

> 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15443>
_______________________________________


More information about the Python-bugs-list mailing list