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 zach.ware
Recipients larry, loewis, serhiy.storchaka, zach.ware
Date 2014-07-31.16:58:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406825929.37.0.362836719239.issue20170@psf.upfronthosting.co.za>
In-reply-to
Content
The patch applies and compiles cleanly, and I finally tracked down what was causing the errors I reported yesterday: os_utime_impl was changed to use Py_RETURN_NONE instead of just setting return_value = Py_None, so Windows skipped the exit routine and left an open handle on any call to os.utime.  Commented on the bad line on Rietveld.
History
Date User Action Args
2014-07-31 16:58:49zach.waresetrecipients: + zach.ware, loewis, larry, serhiy.storchaka
2014-07-31 16:58:49zach.waresetmessageid: <1406825929.37.0.362836719239.issue20170@psf.upfronthosting.co.za>
2014-07-31 16:58:49zach.warelinkissue20170 messages
2014-07-31 16:58:49zach.warecreate