Files
cpython/Modules
Max Bachmann 96e05b62e8 gh-102255: Use GetVersionEx instead of GetVersionExW to match argument type (GH-102583)
Since we pass a structure of type `OSVERSIONINFOEX`, we need to call
`GetVersionEx` instead of `GetVersionExW`.
2023-03-20 15:47:17 +00:00
..

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