mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Fix building CFG for assignment expressions so target is visited after assigned value (PEP 572) (PY-33886)
GitOrigin-RevId: ac57729f8a9188a9fccf12936675c5818969435c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b600a9bebf
commit
a86c0b2bbe
@@ -0,0 +1 @@
|
||||
(result := undefined)
|
||||
@@ -0,0 +1,5 @@
|
||||
0(1) element: null
|
||||
1(2) element: PyExpressionStatement
|
||||
2(3) READ ACCESS: undefined
|
||||
3(4) WRITE ACCESS: result
|
||||
4() element: null
|
||||
Reference in New Issue
Block a user