Re: [Cython] Should we start using the internal CPython APIs?

2023-10-29 Thread Lisandro Dalcin
On Mon, 30 Oct 2023 at 00:12, Stefan Behnel wrote: > Hi all, > > given the latest blow against exposing implementation details of CPython > in > their C-API (see https://github.com/cython/cython/pull/5767 for the > endless > story), In this new world order of political correctness, they will no

[Cython] Should we start using the internal CPython APIs?

2023-10-29 Thread Stefan Behnel
Hi all, given the latest blow against exposing implementation details of CPython in their C-API (see https://github.com/cython/cython/pull/5767 for the endless story), I seriously start wondering if we shouldn't just define "Py_BUILD_CORE" (or have our own "CYTHON_USE_CPYTHON_CORE_DETAILS" mac