mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Python: comment around dictionary comprehensions
This commit is contained in:
@@ -182,6 +182,8 @@ predicate yieldStoreStep(Node nodeFrom, Content c, Node nodeTo) {
|
||||
exists(Yield yield |
|
||||
nodeTo.asCfgNode() = yield.getAFlowNode() and
|
||||
nodeFrom.asCfgNode() = yield.getValue().getAFlowNode() and
|
||||
// TODO: Consider if this will also need to transfer dictionary content
|
||||
// once dictionary comprehensions are supported.
|
||||
c instanceof ListElementContent
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user