bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396)
* 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.
V
Victor Stinner committed
b594784272d4907b1c40d3c40d17cb081aa9cf9b
Parent: 4fa7504
Committed by GitHub <noreply@github.com>
on 5/17/2019, 10:38:16 PM