]> granicus.if.org Git - python/commit
bpo-38304: Fix PyConfig usage in python_uwp.cpp (GH-16488)
authorVictor Stinner <vstinner@redhat.com>
Mon, 30 Sep 2019 10:53:17 +0000 (12:53 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2019 10:53:17 +0000 (12:53 +0200)
commit81f6b031c46721478372d77fe2e55aa1f8300ae1
tree38cebe6f4f301432f6e1a6f9edd7053fa0e005a4
parentbfca56b3ddb4bb0a98931ebcd1257af2afa9b2ae
bpo-38304: Fix PyConfig usage in python_uwp.cpp (GH-16488)

* 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