Skip to content

Commit 209cf1a

Browse files
committedDec 15, 2022
fix test: add size of co_consts (with one const) to the expected value
1 parent cfdf03b commit 209cf1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Lib/test/test_sys.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ class C(object): pass
14221422
def func():
14231423
return sys._getframe()
14241424
x = func()
1425-
check(x, size('3Pi3c7P2ic??2P'))
1425+
check(x, size('3Pi3c7P2ic??2PP'))
14261426
# function
14271427
def func(): pass
14281428
check(func, size('14Pi'))

0 commit comments

Comments
 (0)