]> granicus.if.org Git - python/commit
bpo-34567: pythoninfo gets coreconfig (GH-9043)
authorVictor Stinner <vstinner@redhat.com>
Mon, 3 Sep 2018 15:06:39 +0000 (17:06 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Sep 2018 15:06:39 +0000 (17:06 +0200)
commit2094c2bea4f79c31819994d8f0afa97ccc52cca8
treee1b9c2d270d939108bbdb44e059ec33b7359e4a2
parent8ea09110d413829f71d979d8c7073008cb87fb03
bpo-34567: pythoninfo gets coreconfig (GH-9043)

* Add _testcapi.get_coreconfig() to get the _PyCoreConfig of the
  interpreter
* test.pythoninfo now gets the core configuration using
  _testcapi.get_coreconfig()
Include/coreconfig.h
Lib/test/pythoninfo.py
Modules/_testcapimodule.c
Modules/main.c