Re: [Python-Dev] Accepting PEP 590 (Vectorcall)

2019-05-28 Thread Antoine Pitrou
Congrats to everyone who participated! Regards Antoine. On Tue, 28 May 2019 13:52:53 +0200 Petr Viktorin wrote: > As BDFL-Delegate, I am accepting PEP 590 -- Vectorcall: a fast calling > protocol for CPython. > https://www.python.org/dev/peps/pep-0590/ > > There was a major last-minute cha

Re: [Python-Dev] Accepting PEP 590 (Vectorcall)

2019-05-28 Thread Guido van Rossum
Thank you Petr for being a great BDFL-Delegate, and thanks to Mark and Jeroen for working together. And thanks to everyone else who participated in the discussion. Good luck with the implementation and the follow-up steps! --Guido On Tue, May 28, 2019 at 4:55 AM Petr Viktorin wrote: > As BDFL-D

[Python-Dev] Accepting PEP 590 (Vectorcall)

2019-05-28 Thread Petr Viktorin
As BDFL-Delegate, I am accepting PEP 590 -- Vectorcall: a fast calling protocol for CPython. https://www.python.org/dev/peps/pep-0590/ There was a major last-minute change to the text (though one that was discussed since PyCon US): The API is not finalized yet, and it's provided using private