There was an error while loading. Please reload this page.
CALL_FUNCTION_EX
I am talking about these lines:
cpython/Python/ceval.c
Lines 4722 to 4734 in a36235d
They are not ever called, because after #18141 all ** dict unpacking is handled in DICT_MERGE opcode.
**
DICT_MERGE
This was found while working on #94808 but I think that it deserves a separate issue.
PR is on its way.