[issue23668] Support os.[f]truncate on Windows

Serhiy Storchaka report at bugs.python.org
Mon Mar 16 09:45:39 CET 2015


Serhiy Storchaka added the comment:

At first glance the patch looks good, but I did not test it. Are there tests for truncate() with large files (> 4 GiB)?

ftruncate() is used also im mmap.resize(). Do you want to provide a patch also for mmap?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23668>
_______________________________________


More information about the Python-bugs-list mailing list