tests/test-symlink-os-yes-fs-no.py.out
author Bryan O'Sullivan <bos@serpentine.com>
Fri, 08 May 2009 15:52:26 -0700
changeset 8330 7de68012f86e
parent 6879 24fd94ed1cc0
child 9611 a3d73b3e1f8a
permissions -rw-r--r--
Windows: improve performance via buffered I/O The posixfile_nt code hits the win32 file API directly, which essentially amounts to performing a system call for every read and write. This is slow. We add a C extension that lets us use a Python file object instead, but preserve our desired POSIX-like semantics (the ability to rename or delete a file that is being accessed). If the C extension is not available (e.g. in a VPS environment without a compiler), we fall back to the posixfile_nt code.

requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 4 changes to 4 files
updating working directory
4 files updated, 0 files merged, 0 files removed, 0 files unresolved