Skip to content

Commit 5f9a7bb

Browse files
fix sys test
1 parent 3dec570 commit 5f9a7bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_sys.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,9 +1686,9 @@ def func():
16861686
return sys._getframe()
16871687
x = func()
16881688
if support.Py_GIL_DISABLED:
1689-
INTERPRETER_FRAME = '9PihcP'
1689+
INTERPRETER_FRAME = '9PihcPP'
16901690
else:
1691-
INTERPRETER_FRAME = '9PhcP'
1691+
INTERPRETER_FRAME = '9PhcPP'
16921692
check(x, size('3PiccPPP' + INTERPRETER_FRAME + 'P'))
16931693
# function
16941694
def func(): pass

0 commit comments

Comments
 (0)