Antoine Pitrou <pit...@free.fr> added the comment:

The pyc format currently stores the modification time cast to a 32-bit int. A 
3.3 iteration of the pyc format could instead store two 32-bit ints, one for 
the integral part and one for the fractional part (e.g. in nanoseconds). When 
HAVE_STAT_TV_NSEC is defined, struct stat has a "st_mtim" member which is a 
struct timespec providing theoretical nanosecond precision.

Whether this would be useful remains to be decided.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13645>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to