On Thu, Dec 9, 2021 at 1:56 AM Petr Viktorin <[email protected]> wrote: > It's possible to remove them just like _PyObject_GC_Malloc was removed, > but check that it was unusable (e.g. not called from public macros) in > all versions of Python from 3.2 up to now.
That's what I expected. Thanks. > Could you check if this PR makes things clear? > https://github.com/python/devguide/pull/778 Yeah, that text is super helpful. -eric _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/TB7JEBQXUJJKK4SZVLCMUNOTRTD5KQ5C/ Code of Conduct: http://python.org/psf/codeofconduct/
