mirror of
https://github.com/python/cpython.git
synced 2026-07-23 18:36:26 -04:00
b594784272
* The type of initlization function 'argc' parameters becomes Py_ssize_t, instead of int. * Change _PyPreConfig_Copy() return type to void, instead of int. The function cannot fail anymore. * Fix compilation warnings on Windows.
Miscellaneous source files for the main Python shared library