]> granicus.if.org Git - python/commit
bpo-38304: Fix PyConfig usage in python_uwp.cpp (GH-16487)
authorVictor Stinner <vstinner@redhat.com>
Mon, 30 Sep 2019 10:52:29 +0000 (12:52 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2019 10:52:29 +0000 (12:52 +0200)
commit89f8177dcfdbcf17c85bb6998c946c9f42bf6e27
treef444a11726581a3b93d4d7af022dbeefa40bf87a
parentfc4a044a3c54ce21e9ed150f7d769fb479d34c49
bpo-38304: Fix PyConfig usage in python_uwp.cpp (GH-16487)

* Set PyPreConfig.struct_size and PyConfig.struct_size as required by
  the API.
* PyPreConfig_InitPythonConfig() can now fail: check PyStatus result.
PC/python_uwp.cpp