Python: Accept inconsistency for missing use-use flow

At least until we have a proper fix
This commit is contained in:
Rasmus Wriedt Larsen
2024-03-08 13:34:26 +01:00
parent 8fe483d9d8
commit 87b6592dbc
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
unreachableNode
| test2.py:16:17:16:17 | ControlFlowNode for y | Unreachable node in step of kind load bar. |
| test2.py:25:23:25:23 | ControlFlowNode for x | Unreachable node in step of kind load attribute. |
| test2.py:25:23:25:23 | ControlFlowNode for x | Unreachable node in step of kind simpleLocalSmallStep. |
| test2.py:26:17:26:17 | ControlFlowNode for y | Unreachable node in step of kind load bar. |
| test2.py:27:23:27:23 | ControlFlowNode for x | Unreachable node in step of kind simpleLocalSmallStep. |