Message238752
| 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:48 | steve.dower | set | recipients: + steve.dower, vstinner, tim.golden, zach.ware, serhiy.storchaka |
| 2015-03-21 03:26:48 | steve.dower | set | messageid: <1426908408.12.0.325845610332.issue23668@psf.upfronthosting.co.za> |
| 2015-03-21 03:26:48 | steve.dower | link | issue23668 messages |
| 2015-03-21 03:26:46 | steve.dower | create | |