mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
8ebc6451f3
Unicode version of Windows APIs are used in places, but not for GetVersionEx in Python/sysmodule.c The wcstok_s is called on Windows in Modules/main.c and PC/launcher.c, but not in Python/pathconfig.c
Miscellaneous source files for the main Python shared library