[Python-Dev] Let's change to C API!

Ronald Oussoren ronaldoussoren at mac.com
Mon Jul 30 08:24:25 EDT 2018



> On 30 Jul 2018, at 10:20, Victor Stinner <vstinner at redhat.com> wrote:
> 
> The API leaking all implementation details will remain available as an opt-in option for Cython, cffi and debug tools. But this API will only be usable on the "slow" Python runtime, the one which keeps maximum backward compatibility. To get new optimizations, you have to use Py_INCREF() and avoid accessing C strucuture fields, which may or may not need to modify your code.
> 
> Hum, please, join the capi-sig mailing list, since I already explained that in my long reply to Stefan on capi-sig ;-)

Interesting. I didn’t know that list exists. I’ll respond to your message on that list.

Ronald


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20180730/4dd91eeb/attachment.html>


More information about the Python-Dev mailing list