What's the public API alternative to _PyObject_GC_IS_TRACKED()?
Marco Sulla
Marco.Sulla.Python at gmail.com
Sun Dec 26 08:48:21 EST 2021
I have to use _PyObject_GC_IS_TRACKED(). It can't be used unless you
define Py_BUILD_CORE. I want to avoid this. What macro or function can
substitute it?
More information about the Python-list
mailing list