bpo-36142: Exclude coreconfig.h from Py_LIMITED_API by vstinner · Pull Request #12111 · python/cpython

@vstinner

The whole coreconfig.h header is now excluded from Py_LIMITED_API.
Move functions definitions into a new internal pycore_coreconfig.h
header.

* Move Include/coreconfig.h to Include/cpython/coreconfig.h
* coreconfig.h header is now excluded from Py_LIMITED_API
* Move functions to pycore_coreconfig.h