STINNER Victor <vstin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue35296>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to