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 5bf4b12 commit 9b59294Copy full SHA for 9b59294
Lib/test/test_lltrace.py
@@ -73,6 +73,7 @@ def test_lltrace_different_module(self):
73
self.assertIn('LOAD_CONST', stdout)
74
self.assertIn('FOR_ITER', stdout)
75
self.assertIn('this is an example', stdout)
76
+
77
# check that offsets match the output of dis.dis()
78
instr_map = {i.offset: i for i in dis.get_instructions(example, adaptive=True)}
79
for line in stdout.splitlines():
0 commit comments