diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-05-18 00:38:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-18 00:38:16 +0200 |
commit | b594784272d4907b1c40d3c40d17cb081aa9cf9b (patch) | |
tree | a77fe9da72b2879fdd82858160d9b6dbdc67f057 /Python/errors.c | |
parent | 4fa7504ee3184cff064e23fe6799e717ed0f9357 (diff) | |
download | cpython-git-b594784272d4907b1c40d3c40d17cb081aa9cf9b.tar.gz |
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.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions