On Mon, 14 Feb 2022 13:19:00 +0100 Petr Viktorin <[email protected]> wrote: > > If we don't have much sympathy for projects that use private API where > does that leave pythoncapi_compat?
If you look at pythoncapi_compat.h, it provides backports for recently-introduced public APIs such as PyObject_CallOneArg(). Regards Antoine. _______________________________________________ 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/LTZZJZJUENEHKI3IWYIRRWPZ3XM5ZR2C/ Code of Conduct: http://python.org/psf/codeofconduct/
