Skip to content

Commit a9548b8

Browse files
fix comment
1 parent 9ea007d commit a9548b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3018,7 +3018,10 @@ def f():
30183018
for idx, op in enumerate(ops):
30193019
opname = op[0]
30203020
if opname == "_EXIT_TRACE":
3021-
# All executors exits should point to another valid executor
3021+
# As this is a link outer executor to inner
3022+
# executor problem, all executors exits should point to
3023+
# another valid executor. In this case, none of them
3024+
# should be the cold executor.
30223025
exit = op[3]
30233026
link_to = _testinternalcapi.get_exit_executor(exit)
30243027
self.assertIn(id(link_to), executor_ids)

0 commit comments

Comments
 (0)