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 3dec570 commit 5f9a7bbCopy full SHA for 5f9a7bb
1 file changed
Lib/test/test_sys.py
@@ -1686,9 +1686,9 @@ def func():
1686
return sys._getframe()
1687
x = func()
1688
if support.Py_GIL_DISABLED:
1689
- INTERPRETER_FRAME = '9PihcP'
+ INTERPRETER_FRAME = '9PihcPP'
1690
else:
1691
- INTERPRETER_FRAME = '9PhcP'
+ INTERPRETER_FRAME = '9PhcPP'
1692
check(x, size('3PiccPPP' + INTERPRETER_FRAME + 'P'))
1693
# function
1694
def func(): pass
0 commit comments