Skip to content

Commit 51e6f71

Browse files
lint
1 parent 58c2e83 commit 51e6f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3243,7 +3243,7 @@ dummy_func(
32433243
_CHECK_PEP_523 +
32443244
// gh-145008: We must check recursion before expanding method,
32453245
// otherwise we may leave the stack in an inconsistent state in 3.13.
3246-
_CHECK_RECURSION_REMAINING +
3246+
_CHECK_RECURSION_REMAINING +
32473247
_CHECK_METHOD_VERSION +
32483248
_EXPAND_METHOD +
32493249
_PY_FRAME_GENERAL +

0 commit comments

Comments
 (0)