Files
cpython/Lib
Tim Peters 6902b44406 Try to repair more new buildbot failures in "x86 OpenBSD trunk", due
to that id() can now return a Python long on a 32-bit box that allocates
addresses "with the sign bit set".

test_set.py test_subclass_with_custom_hash():  it's never been portably
legal for a __hash__() method to return id(self), but on 32-bit boxes
that never caused a problem before it became possible for id() to
return a Python long.  Changed __hash__ here to return a Python int
regardless of platform.

test_descr.py specials():
    vereq(hash(c1), id(c1))
has never been a correct test -- just removed it (hash() is always
a Python int; id() may be a Python long).
2006-04-11 00:43:27 +00:00
..
2006-04-03 04:45:34 +00:00
2006-03-27 09:02:04 +00:00
2006-04-03 15:03:44 +00:00
2006-04-10 20:28:40 +00:00
2006-03-05 13:36:04 +00:00
2004-08-20 03:47:14 +00:00
2005-07-17 23:16:17 +00:00
2006-04-04 06:29:05 +00:00
2005-11-25 02:02:50 +00:00
2006-03-07 16:16:07 +00:00
2005-10-20 19:59:25 +00:00
2004-07-07 20:54:48 +00:00
2005-08-25 07:32:42 +00:00
2005-12-25 23:18:31 +00:00
2006-02-26 04:21:50 +00:00
2006-02-08 12:53:56 +00:00
2005-06-26 23:09:51 +00:00
2006-02-19 21:26:07 +00:00
2005-08-21 18:45:59 +00:00
2005-08-31 10:50:03 +00:00
2006-02-28 22:50:17 +00:00
2006-01-20 20:03:24 +00:00
2005-08-21 18:45:59 +00:00
2006-04-06 19:35:27 +00:00
2006-02-27 22:32:47 +00:00
2005-08-24 07:36:17 +00:00
2005-02-07 15:28:45 +00:00
2005-07-17 02:36:59 +00:00
2006-02-08 12:53:56 +00:00
2006-03-16 06:30:02 +00:00
2006-03-25 01:50:43 +00:00
2004-12-17 13:52:20 +00:00
2006-04-03 02:46:44 +00:00
2005-08-21 18:45:59 +00:00
2006-03-10 23:39:56 +00:00
2006-03-16 06:33:21 +00:00
2006-02-27 22:32:47 +00:00
2005-10-28 14:39:47 +00:00
2006-02-25 22:38:04 +00:00
2005-03-28 01:08:02 +00:00
2006-01-20 23:40:56 +00:00