Skip to content

Commit d1d2354

Browse files
committed
added comment note on test
1 parent a290969 commit d1d2354

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/test/test_capi/test_opt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ def many_vars():
249249
for opcode, oparg, _, operand in list(ex)))
250250

251251
def test_jump_backward_extended_arg(self):
252+
# gh-152192: a JUMP_BACKWARD that needs an EXTENDED_ARG must record its
253+
# deopt target at the EXTENDED_ARG, not the JUMP_BACKWARD.
252254
ns = {}
253255
src = ("def f(n):\n"
254256
" i = 0\n"

0 commit comments

Comments
 (0)