[Python-Dev] PEP 580 (C call protocol) draft implementation (original) (raw)

INADA Naoki songofacandy at gmail.com
Mon Jun 25 05:01:51 EDT 2018


Thanks, Jeroen.

I haven't review your code yet, but benchmark shows no significant slowdown. It's good start!

$ ./python -m perf compare_to master.json pep580.json -G --min-speed=5 Slower (6):

Faster (6):

Benchmark hidden because not significant (48)

Regards,

On Sat, Jun 23, 2018 at 12:32 AM Jeroen Demeyer <J.Demeyer at ugent.be> wrote:

Hello all,

I have a first draft implementation of PEP 580 (introducing the C call protocol): https://github.com/jdemeyer/cpython/tree/pep580 Almost all tests pass, only testgdb and testpydoc fail for me. I still have to fix those.

Jeroen.


Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/songofacandy%40gmail.com

-- INADA Naoki <songofacandy at gmail.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20180625/be1ae495/attachment.html>



More information about the Python-Dev mailing list