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 58c2e83 commit 51e6f71Copy full SHA for 51e6f71
1 file changed
Python/bytecodes.c
@@ -3243,7 +3243,7 @@ dummy_func(
3243
_CHECK_PEP_523 +
3244
// gh-145008: We must check recursion before expanding method,
3245
// otherwise we may leave the stack in an inconsistent state in 3.13.
3246
- _CHECK_RECURSION_REMAINING +
+ _CHECK_RECURSION_REMAINING +
3247
_CHECK_METHOD_VERSION +
3248
_EXPAND_METHOD +
3249
_PY_FRAME_GENERAL +
0 commit comments