commit | 9bdc85f8bfbb99f374df8654e3f6201f73f37ee6 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Apr 10 21:38:11 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Apr 10 21:38:11 2006 +0000 |
tree | cd8d4d537a56f59d5f4c345bb164953845eb27f2 | |
parent | 88459359b160741c7abcad38a97db65004430125 [diff] |
Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, due to that id() may return a long on a 32-bit box now. On a box that assigns addresses "with the sign bit set", id() always returns a long now.