Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2fa815e

Browse files
committedJul 27, 2022
Fix test_sys.
1 parent 5687c8e commit 2fa815e

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
@@ -1507,7 +1507,7 @@ def delx(self): del self.__x
15071507
check((1,2,3), vsize('') + 3*self.P)
15081508
# type
15091509
# static type: PyTypeObject
1510-
fmt = 'P2nPI13Pl4Pn9Pn12PIPI'
1510+
fmt = 'P2nPI13Pl4Pn9Pn12PIP'
15111511
s = vsize('2P' + fmt)
15121512
check(int, s)
15131513
# class

0 commit comments

Comments
 (0)
Please sign in to comment.