Skip to content

Commit ec344eb

Browse files
committed
update test_sys
1 parent 9aa4474 commit ec344eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_sys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,7 +1776,7 @@ def delx(self): del self.__x
17761776
check((1,2,3), vsize('') + self.P + 3*self.P)
17771777
# type
17781778
# static type: PyTypeObject
1779-
fmt = 'P2nPI13Pl4Pn9Pn12PIPc'
1779+
fmt = 'P2nPI13Pl4Pn9Pn12PI3Pc'
17801780
s = vsize(fmt)
17811781
check(int, s)
17821782
typeid = 'n' if support.Py_GIL_DISABLED else ''

0 commit comments

Comments
 (0)