Re: [Python-Dev] PEP 510 (function specialization) rejected

2017年10月17日 13:31:38 -0700

2017年10月17日 22:25 GMT+02:00 Guido van Rossum <[email protected]>:
> It takes courage to admit failures like this! I think this is a good call.
> It echoes the experiences with Unladen Swallow and Pyston. Despite what
> people may think, CPython really isn't slow, given the large set of
> constraints on the implementation.
Oh, I still have a long queue of optimization ideas that I want to try
:-) But first, I would like to fix the issue blocking all significant
optimizations: make the stable ABI usable to allow to change major
CPython design choices without breaking C extensions.
https://haypo.github.io/new-python-c-api.html
Sadly, I didn't find time yet to write a proper PEP for that.
Victor
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to