commit | 8462a4936b3a551dc546a6adea04a70b0a07ca67 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue Oct 01 12:06:16 2019 +0200 |
committer | GitHub <noreply@github.com> | Tue Oct 01 12:06:16 2019 +0200 |
tree | 3c4655f174d1aa9abcdb5226532db0e4d7434bca | |
parent | 3c30a76f3d3c0dcc1fb4de097fa4a3a4c92c0b0b [diff] |
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) PyConfig_InitPythonConfig() and PyConfig_InitIsolatedConfig() no longer return PyStatus: they cannot fail anymore.