Files
cpython/Include
Victor Stinner 91afbb6088 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.
2015-03-24 12:16:28 +01:00
..
2013-10-05 16:28:04 -04:00
2015-01-23 20:05:18 -08:00
2015-03-21 09:25:53 +02:00
2014-05-26 15:12:28 -07:00
2015-01-29 14:29:51 +01:00
2015-03-21 09:25:53 +02:00
2014-10-10 11:55:41 +02:00
2015-03-09 02:39:47 -07:00
2015-02-11 18:18:10 +01:00