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 steve.dower
Recipients serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-03-21.03:26:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426908408.12.0.325845610332.issue23668@psf.upfronthosting.co.za>
In-reply-to
Content
Updated the patch, since there's been a lot of checkins.

I also removed the pyconfig.h changes and updated the #ifdef in posixmodule.c to enable truncate/ftruncate and define PATH_HAVE_FTRUNCATE.

And I know in the last review I said I'd switch to _Py_wopen(), but if I do that there's no way to avoid passing _O_CREAT, so I opted to stick with _wopen() and pass _O_NOINHERIT instead.

Hopefully Reitveld handles this patch file. I'm sure I'm not doing anything differently from normal...
History
Date User Action Args
2015-03-21 03:26:48steve.dowersetrecipients: + steve.dower, vstinner, tim.golden, zach.ware, serhiy.storchaka
2015-03-21 03:26:48steve.dowersetmessageid: <1426908408.12.0.325845610332.issue23668@psf.upfronthosting.co.za>
2015-03-21 03:26:48steve.dowerlinkissue23668 messages
2015-03-21 03:26:46steve.dowercreate