Skip to content

Commit

Permalink
Try fix on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidget-Spinner committed Jan 21, 2025
1 parent 989f841 commit 8036199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/test/test_sys.py
Original file line number Diff line number Diff line change
Expand Up @@ -1621,9 +1621,9 @@ def func():
return sys._getframe()
x = func()
if support.Py_GIL_DISABLED:
INTERPRETER_FRAME = '10PhcP'
INTERPRETER_FRAME = '10PhccP'
else:
INTERPRETER_FRAME = '9PhcP'
INTERPRETER_FRAME = '9PhcccP'
check(x, size('3PiccPP' + INTERPRETER_FRAME + 'P'))
# function
def func(): pass
Expand Down

0 comments on commit 8036199

Please sign in to comment.