]> granicus.if.org Git - python/commit
On 64 bit systems, int literals that use less than 64 bits are now ints
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 9 Jul 2006 22:14:42 +0000 (22:14 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 9 Jul 2006 22:14:42 +0000 (22:14 +0000)
commit28746aba9bf636d03eb1c1c5f4550c6f2dbf5300
tree02216272cf2d2e22496856213f9efe6e8996ce6b
parent6ec6ab02c33b1b879fef7058bcfecd4edaa66bd9
On 64 bit systems, int literals that use less than 64 bits are now ints
rather than longs.  This also fixes the test for eval(-sys.maxint - 1).
Lib/test/test_compile.py
Misc/NEWS
Python/mystrtoul.c