We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed06b7 commit d85247eCopy full SHA for d85247e
Lib/test/test_dis.py
@@ -1124,7 +1124,7 @@ def test_bug_46724(self):
1124
# Test that negative operargs are handled properly
1125
self.do_disassembly_test(bug46724, dis_bug46724)
1126
1127
- def test_annotate_no_spurious_first_node_positions(self):
+ def test_annotate_source_locations(self):
1128
# Test that __annotate__ code doesn't inherit first AST node positions
1129
issue_135700 = "1\nx: int"
1130
issue_135700_class = "class A:\n 1\n x: int"
0 commit comments