Skip to content

Commit c04efb5

Browse files
committed
Fix size test in test_sys
1 parent e519469 commit c04efb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_sys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ def func():
16211621
return sys._getframe()
16221622
x = func()
16231623
if support.Py_GIL_DISABLED:
1624-
INTERPRETER_FRAME = '10PhcP'
1624+
INTERPRETER_FRAME = '9PihcP'
16251625
else:
16261626
INTERPRETER_FRAME = '9PhcP'
16271627
check(x, size('3PiccPP' + INTERPRETER_FRAME + 'P'))

0 commit comments

Comments
 (0)