Georg Brandl added the comment:

UTIME_TO_UTIMBUF actually still looks dodgy and UTIME_TO_TIME_T is completely 
broken.

* There should be only one "utimbuf" structure, because it already contains 
both times (see man 2 utime).

* UTIME_TO_TIME_T uses a type called "struct timet" which I don't think exists, 
it should be "time_t *".  The "&" operator is wrong.

----------

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

Reply via email to