Files
cpython/Modules
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
..
2015-02-26 15:27:57 +02:00
2014-02-04 10:12:18 -05:00
2014-10-28 22:24:46 +01:00
2015-03-18 16:05:32 +01:00
2015-03-23 21:21:00 +01:00
2014-10-02 08:35:31 +02:00
2014-08-22 14:01:56 -04:00
2014-07-06 13:04:20 -07:00
2015-03-02 11:18:40 -05:00
2014-07-06 13:04:20 -07:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.