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 a9548b8 commit 8834324Copy full SHA for 8834324
Lib/test/test_capi/test_opt.py
@@ -3012,7 +3012,7 @@ def f():
3012
self.assertGreaterEqual(len(all_executors), 2)
3013
executor_ids = [id(e) for e in all_executors]
3014
for executor in all_executors:
3015
- ops = list(get_ops(executor))
+ ops = get_ops(executor)
3016
# Assert all executors first terminator ends in
3017
# _EXIT_TRACE or _JUMP_TO_TOP, not _DEOPT
3018
for idx, op in enumerate(ops):
0 commit comments