Skip to content

Commit 8036199

Browse files
Try fix on Windows
1 parent 989f841 commit 8036199

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
@@ -1621,9 +1621,9 @@ def func():
16211621
return sys._getframe()
16221622
x = func()
16231623
if support.Py_GIL_DISABLED:
1624-
INTERPRETER_FRAME = '10PhcP'
1624+
INTERPRETER_FRAME = '10PhccP'
16251625
else:
1626-
INTERPRETER_FRAME = '9PhcP'
1626+
INTERPRETER_FRAME = '9PhcccP'
16271627
check(x, size('3PiccPP' + INTERPRETER_FRAME + 'P'))
16281628
# function
16291629
def func(): pass

0 commit comments

Comments
 (0)