]> granicus.if.org Git - python/commit
test for int and long int overflow (allows operation on 64-bit platforms)
authorSkip Montanaro <skip@pobox.com>
Wed, 17 Oct 2001 22:53:33 +0000 (22:53 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 17 Oct 2001 22:53:33 +0000 (22:53 +0000)
commit5449e08412a5abd83c21d59764ef6240c58872b0
tree0843a001023026c3fbcb59bd42a87f6f9af4d3e0
parent07227d1ec027b8a6b189fecf4ac9eb555e2b0ec7
test for int and long int overflow (allows operation on 64-bit platforms)
closes patch 470254
Lib/xmlrpclib.py