We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dacc0ab commit e0a3c8aCopy full SHA for e0a3c8a
1 file changed
python/ql/lib/change-notes/2024-10-01-comprehension-flow.md
@@ -0,0 +1,7 @@
1
+```yaml
2
+---
3
+category: minorAnalysis
4
5
+* More precise modelling of the dataflow through comprehensions. In particular, captured variables are now handled correctly.
6
+* Dataflow out of yield is added, allowing proper tracing through generators.
7
+```
0 commit comments