diff --git a/executing/_position_node_finder.py b/executing/_position_node_finder.py index 798d86f..3593c3c 100644 --- a/executing/_position_node_finder.py +++ b/executing/_position_node_finder.py @@ -750,12 +750,6 @@ def node_match(node_type: Union[Type, Tuple[Type, ...]], **kwargs: Any) -> bool: return if sys.version_info >= (3, 13): - if ( - node_match(ast.FunctionDef) - and inst_match("LOAD_CONST") - and node.name == instruction.argval.co_name - ): - return if inst_match("NOP"): return