Dead code in CALL_FUNCTION_EX
opcode handler
#96751
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
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 inDICT_MERGE
opcode.This was found while working on #94808 but I think that it deserves a separate issue.
PR is on its way.
The text was updated successfully, but these errors were encountered: