mirror of
https://github.com/python/cpython.git
synced 2026-05-14 16:38:19 -04:00
91afbb6088
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.
Source files for standard library extension modules, and former extension modules that are now builtin modules.