Skip to content

Commit

Permalink
Fix size test in test_sys
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury committed Jan 17, 2025
1 parent e519469 commit c04efb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_sys.py
Original file line number Diff line number Diff line change
Expand Up @@ -1621,7 +1621,7 @@ def func():
return sys._getframe()
x = func()
if support.Py_GIL_DISABLED:
INTERPRETER_FRAME = '10PhcP'
INTERPRETER_FRAME = '9PihcP'
else:
INTERPRETER_FRAME = '9PhcP'
check(x, size('3PiccPP' + INTERPRETER_FRAME + 'P'))
Expand Down

0 comments on commit c04efb5

Please sign in to comment.