diff options
| author | Victor Stinner <vstinner@redhat.com> | 2019-05-17 22:38:16 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-17 22:38:16 (GMT) |
| commit | b594784272d4907b1c40d3c40d17cb081aa9cf9b (patch) | |
| tree | a77fe9da72b2879fdd82858160d9b6dbdc67f057 /Python/Python-ast.c | |
| parent | 4fa7504ee3184cff064e23fe6799e717ed0f9357 (diff) | |
| download | cpython-b594784272d4907b1c40d3c40d17cb081aa9cf9b.zip cpython-b594784272d4907b1c40d3c40d17cb081aa9cf9b.tar.gz cpython-b594784272d4907b1c40d3c40d17cb081aa9cf9b.tar.bz2 | |
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/Python-ast.c')
0 files changed, 0 insertions, 0 deletions
