]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
A test for the recent overflow-in-format-crash bug.
authorMichael W. Hudson <mwh@python.net>
Fri, 11 Oct 2002 13:46:32 +0000 (13:46 +0000)
committerMichael W. Hudson <mwh@python.net>
Fri, 11 Oct 2002 13:46:32 +0000 (13:46 +0000)
commit549ab8a98d0d5981558660b414b9c0849d644795
treeb54f2b7be95f1e9a2ff937eeec4303ef8aac0cad
parentcafe0eefc36b504d70a1838496cb15ee1c6e3968
A test for the recent overflow-in-format-crash bug.

Only runs when sys.maxint == 2**32 - 1; different things go wrong
on a 64-bit box.
Lib/test/test_format.py