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 9ea007d commit a9548b8Copy full SHA for a9548b8
Lib/test/test_capi/test_opt.py
@@ -3018,7 +3018,10 @@ def f():
3018
for idx, op in enumerate(ops):
3019
opname = op[0]
3020
if opname == "_EXIT_TRACE":
3021
- # All executors exits should point to another valid executor
+ # 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.
3025
exit = op[3]
3026
link_to = _testinternalcapi.get_exit_executor(exit)
3027
self.assertIn(id(link_to), executor_ids)
0 commit comments