cpython/Misc/NEWS.d/next/Core and Builtins/2021-05-10-18-49-13.bpo-261...

4 lines
193 B
ReStructuredText

Add ``CALL_METHOD_KW`` opcode to speed up method calls with keyword
arguments. Idea originated from PyPy. A side effect is executing
``CALL_METHOD`` is now branchless in the evaluation loop.