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 Jeffrey.Armstrong
Recipients Arfrever, Jeffrey.Armstrong, larry
Date 2014-10-06.20:19:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412626753.29.0.514390352541.issue22568@psf.upfronthosting.co.za>
In-reply-to
Content
So in my original report, I actually got things backwards.  The failure is because utime is a local variable, but a call to utime() is then attempted.

Regardless, the code is still completely broken in Modules/posixmodule.c under the conditions I described.
History
Date User Action Args
2014-10-06 20:19:13Jeffrey.Armstrongsetrecipients: + Jeffrey.Armstrong, larry, Arfrever
2014-10-06 20:19:13Jeffrey.Armstrongsetmessageid: <1412626753.29.0.514390352541.issue22568@psf.upfronthosting.co.za>
2014-10-06 20:19:13Jeffrey.Armstronglinkissue22568 messages
2014-10-06 20:19:13Jeffrey.Armstrongcreate