bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
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
V
Victor Stinner committed
f684d83d86e1990784816d4b243d724e6ab8304f
Parent: ab71f8b
Committed by GitHub <noreply@github.com>
on 3/1/2019, 2:44:13 AM