Files
cpython/Lib
Neal Norwitz 1872b1c01f Fix a couple of bugs exposed by the new __index__ code. The 64-bit buildbots
were failing due to inappropriate clipping of numbers larger than 2**31
with new-style classes. (typeobject.c)  In reviewing the code for classic
classes, there were 2 problems.  Any negative value return could be returned.
Always return -1 if there was an error.  Also make the checks similar
with the new-style classes.  I believe this is correct for 32 and 64 bit
boxes, including Windows64.

Add a test of classic classes too.
2006-08-12 18:44:06 +00:00
..
2006-07-29 14:43:55 +00:00
2006-07-29 16:56:15 +00:00
2006-05-18 06:18:06 +00:00
2006-05-28 19:13:17 +00:00
2006-05-18 06:51:46 +00:00
2006-06-14 04:13:00 +00:00
2006-05-31 14:08:48 +00:00
2006-06-13 17:14:36 +00:00
2006-07-30 00:27:34 +00:00
2006-07-27 23:45:48 +00:00
2006-05-18 02:06:40 +00:00
2006-07-27 15:11:00 +00:00
2006-04-17 13:37:15 +00:00
2006-07-21 17:36:31 +00:00
2006-06-11 07:27:56 +00:00
2006-05-01 03:03:02 +00:00
2006-06-14 22:38:13 +00:00
2006-07-30 16:41:30 +00:00
2006-06-11 19:42:51 +00:00
2006-07-06 13:35:27 +00:00