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 georg.brandl
Recipients Arfrever, Jeffrey.Armstrong, georg.brandl, larry, python-dev, vstinner
Date 2014-10-09.16:35:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412872501.62.0.00472625560641.issue22568@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-10-09 16:35:01georg.brandlsetrecipients: + georg.brandl, vstinner, larry, Arfrever, python-dev, Jeffrey.Armstrong
2014-10-09 16:35:01georg.brandlsetmessageid: <1412872501.62.0.00472625560641.issue22568@psf.upfronthosting.co.za>
2014-10-09 16:35:01georg.brandllinkissue22568 messages
2014-10-09 16:35:01georg.brandlcreate