On 2018-06-18 15:09, Victor Stinner wrote: > 2) we implemented a lot of other optimizations which made calls faster > without having to touch tp_call nor tp_fastcall. And that's a problem because these optimizations typically only work for specific classes. My PEP wants to replace those by something more structural.