diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-03-24 12:16:28 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-03-24 12:16:28 +0100 |
commit | 7f8ff41ec0ff818773f2fa5d01c21dc5cdb9d19a (patch) | |
tree | 238877d9dd4e8462a9736d6d9ef33e187cd655c9 /Python/errors.c | |
parent | 32f51cebfbd544a02c3dcde1ebc746559148f9a0 (diff) | |
download | cpython-7f8ff41ec0ff818773f2fa5d01c21dc5cdb9d19a.tar.gz |
Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c
I expected more users of _Py_wstat(), but in practice it's only used by
Modules/getpath.c. Move the function because it's not needed on Windows.
Windows uses PC/getpathp.c which uses the Win32 API (ex: GetFileAttributesW())
not the POSIX API.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions