bpo-36635: Add _testinternalcapi module by vstinner · Pull Request #12841 · python/cpython

@vstinner

Add a new _testinternalcapi module to test the internal C API.

Move _Py_GetConfigsAsDict() function to the internal C API:
_testembed now uses _testinternalcapi to access the function.

@vstinner vstinner deleted the WIP_testinternalcapimodule branch

April 18, 2019 09:37