[issue35296] Install Include/internal/ header files

STINNER Victor report at bugs.python.org
Fri Nov 23 10:41:27 EST 2018


STINNER Victor <vstinner at redhat.com> added the comment:

I decided to merge my PR because I started to *remove* functions from the public C API to move them to the CPython internal API: _PyObject_GC_TRACK() and _PyObject_GC_UNTRACK() are two examples from bpo-35081. So some people might want even more to use the internal API. The main issue with this API is the requirement to use the same compiler with the same compilation options, especially to access atomic variables.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35296>
_______________________________________


More information about the Python-bugs-list mailing list