Skip to content

Commit a1de92a

Browse files
committed
update test_sys
1 parent 4f809ca commit a1de92a

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
@@ -1774,7 +1774,7 @@ def delx(self): del self.__x
17741774
check((1,2,3), vsize('') + self.P + 3*self.P)
17751775
# type
17761776
# static type: PyTypeObject
1777-
fmt = 'P2nPI13Pl4Pn9Pn12PIPc'
1777+
fmt = 'P2nPI13Pl4Pn9Pn12PI3Pc'
17781778
s = vsize(fmt)
17791779
check(int, s)
17801780
typeid = 'n' if support.Py_GIL_DISABLED else ''

0 commit comments

Comments
 (0)