Current Pyrona already has several macros and functions, like _Py_REGION, _Py_IsImmutable, ...
Several of these functions are also relevant for library implementors, as such they should be accessible from outside cpython.
Cpython uses different header files to indicate if something is internal or public. Everything in Include/internal/pycore_regions.h is private. #19 Will add Include/regions.h for the public interface.
Current Pyrona already has several macros and functions, like
_Py_REGION,_Py_IsImmutable, ...Several of these functions are also relevant for library implementors, as such they should be accessible from outside cpython.
Cpython uses different header files to indicate if something is internal or public. Everything in
Include/internal/pycore_regions.his private. #19 Will addInclude/regions.hfor the public interface.