Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64655a0 commit d6544ccCopy full SHA for d6544cc
1 file changed
python/ql/consistency-queries/DataFlowConsistency.ql
@@ -129,10 +129,6 @@ private module Input implements InputSig<PythonDataFlow> {
129
arg = other.getArgument(any(ArgumentPosition p | p.isSelf())) and
130
other.getNode().getScope() = f
131
)
132
- or
133
- // The capture argument node will be reused for every call to the same callable.
134
- arg = call.getArgument(_) and
135
- arg instanceof CapturingClosureArgumentNode
136
}
137
138
0 commit comments