forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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.
mjp41
Metadata
Metadata
Assignees
Labels
No labels