◐ Shell
clean mode source ↗

bpo-46329: Move call specializations from CALL to PRECALL. by markshannon · Pull Request #31496 · python/cpython

Moves most of the specializations from CALL to PRECALL. This saves a dispatch for many calls.

Skipping news, as this is a purely internal change.

It also makes PRECALL a misnomer, START_CALL would be better.
Maybe we should rename PRECALL and CALL to START_CALL and END_CALL, but that's for another PR.

https://bugs.python.org/issue46329