Python: remove consistency exclusion

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-12-18 15:24:49 +01:00
parent 64655a0ea8
commit d6544cc550

View File

@@ -129,10 +129,6 @@ private module Input implements InputSig<PythonDataFlow> {
arg = other.getArgument(any(ArgumentPosition p | p.isSelf())) and
other.getNode().getScope() = f
)
or
// The capture argument node will be reused for every call to the same callable.
arg = call.getArgument(_) and
arg instanceof CapturingClosureArgumentNode
}
}