On Tue, 2023-02-28 at 03:06 +, Filipe Laíns wrote:
> Hi,
>
> It has recently come to my attention that Cython uses CPython's private API,
> which is unstable, see [1].
>
> From https://docs.python.org/3/c-api/stable.html:
> > Names prefixed by an underscore, such as _Py_InternalState, are pri
Hi,
It has recently come to my attention that Cython uses CPython's private API,
which is unstable, see [1].
From https://docs.python.org/3/c-api/stable.html:
> Names prefixed by an underscore, such as _Py_InternalState, are private API
> that can change without notice even in patch releases.
Me