You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: change-notes/1.19/analysis-python.md
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,9 @@
2
2
3
3
## General improvements
4
4
5
-
A new predicate `Stmt.getAnEntryNode()` has been added to make it easier to write reachability queries involving statements.
6
-
7
5
### Representation of the control flow graph
8
6
9
-
The representation of the control flow graph (CFG) has been modified to better reflect the semantics of Python.
7
+
The representation of the control flow graph (CFG) has been modified to better reflect the semantics of Python. As part of these changes, a new predicate `Stmt.getAnEntryNode()` has been added to make it easier to write reachability queries involving statements.
0 commit comments