[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API

2022-03-22 Thread Victor Stinner
On Tue, Mar 22, 2022 at 7:33 PM Steve Dower wrote: > After a normal deprecation period, yes? There is no backward compatibility warranty and no deprecation process for private APIs. Victor ___ Python-Dev mailing list -- python-dev@python.org To unsubsc

[Python-Dev] Re: C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API

2022-03-22 Thread Steve Dower
On 3/22/2022 6:07 PM, Victor Stinner wrote: I proposed two PRs to move the private C API (Include/cpython/) of PEP 523 "Adding a frame evaluation API to CPython" to the internal C API (Include/internals/): After a normal deprecation period, yes? While Pyston didn't bring a JIT compiler to Pyt

[Python-Dev] C API: Move PEP 523 "Adding a frame evaluation API to CPython" private C API to the internal C API

2022-03-22 Thread Victor Stinner
Hi, I proposed two PRs to move the private C API (Include/cpython/) of PEP 523 "Adding a frame evaluation API to CPython" to the internal C API (Include/internals/): * https://github.com/python/cpython/pull/32052 * https://github.com/python/cpython/pull/32054 API: * _PyFrameEvalFunction type *