def _truncate(self, size): from rpython.rlib.streamio import ftruncate_win32 ftruncate_win32(self.fd, size)