Guido van Rossum 5e08cb8e50 Vladimir Marangozov:
This patch fixes a problem on AIX with the signed int case code in
getargs.c, after Trent Mick's intervention about MIN/MAX overflow
checks. The AIX compiler/optimizer generates bogus code with the
default flags "-g -O" causing test_builtin to fail: int("10", 16) <>
16L. Swapping the two checks in the signed int code makes the problem
go away.

Also, make the error messages fit in 80 char lines in the
source.
2000-06-28 23:53:56 +00:00
..
2000-05-02 18:34:30 +00:00
1996-10-25 14:44:06 +00:00
2000-06-28 21:12:25 +00:00
1994-08-29 10:43:12 +00:00
1999-12-22 14:09:35 +00:00
1999-12-22 14:09:35 +00:00
1999-12-22 14:09:35 +00:00
1996-10-25 14:44:06 +00:00
2000-06-28 23:53:56 +00:00
1997-07-19 19:48:41 +00:00
1997-09-05 07:33:22 +00:00
1997-07-19 19:48:41 +00:00
1996-08-29 18:10:41 +00:00
1999-12-22 14:09:35 +00:00
1999-06-18 14:22:24 +00:00
1999-03-15 20:27:53 +00:00