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 vstinner
Recipients serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-03-21.22:48:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYCHH8shQYPc_gZZ8iux-1yF7rGYupWES3R3bLbxKfxng@mail.gmail.com>
In-reply-to <1426908408.12.0.325845610332.issue23668@psf.upfronthosting.co.za>
Content
Is _chsize_s() available on all Windows versions and all Visual Studio
(msvcrt) versions?
Le 21 mars 2015 04:26, "Steve Dower" <report@bugs.python.org> a écrit :

>
> Steve Dower added the comment:
>
> 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...
>
> ----------
> Added file: http://bugs.python.org/file38614/23668_3.patch
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue23668>
> _______________________________________
>
History
Date User Action Args
2015-03-21 22:48:19vstinnersetrecipients: + vstinner, tim.golden, zach.ware, serhiy.storchaka, steve.dower
2015-03-21 22:48:19vstinnerlinkissue23668 messages
2015-03-21 22:48:19vstinnercreate