> On 26 Dec 2021, at 13:48, Marco Sulla <marco.sulla.pyt...@gmail.com> wrote: > > 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? Why is this needed by your code? Surely the GC does its thing as an implementation detail of python. Barry > -- > https://mail.python.org/mailman/listinfo/python-list > -- https://mail.python.org/mailman/listinfo/python-list
- What's the public API alternative to _PyObject_GC_IS_TRACKED... Marco Sulla
- Re: What's the public API alternative to _PyObject_GC_I... Barry Scott
- Re: What's the public API alternative to _PyObject_... Marco Sulla
- Re: What's the public API alternative to _PyObj... Inada Naoki
- Re: What's the public API alternative to _P... Marco Sulla
- Re: What's the public API alternative ... Inada Naoki
- Re: What's the public API alternat... Marco Sulla
- Re: What's the public API alte... Inada Naoki
- Re: What's the public API alte... Marco Sulla
- Re: What's the public API alternative to _PyObj... Dieter Maurer
- Re: What's the public API alternative to _P... Marco Sulla
- Re: What's the public API alternative ... Dieter Maurer