commit | d49f096cc41f57155efe71cd089c29b38c218488 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Oct 01 03:26:04 2019 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 01 03:26:04 2019 -0700 |
tree | 1830b017fe1259e6d5cc27390f0331a83b7d8ba2 | |
parent | 938c00ca9e4207a2531041edff2e82490b02047f [diff] |
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) PyConfig_InitPythonConfig() and PyConfig_InitIsolatedConfig() no longer return PyStatus: they cannot fail anymore. (cherry picked from commit 8462a4936b3a551dc546a6adea04a70b0a07ca67) Co-authored-by: Victor Stinner <vstinner@redhat.com>