• Victor Stinner's avatar
    bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) · f684d83d
    Victor Stinner yazdı
    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
    f684d83d