commit | 88459359b160741c7abcad38a97db65004430125 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Apr 10 21:34:00 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Apr 10 21:34:00 2006 +0000 |
tree | a92f638a1f6aca8dae53df1a79ccbf5e8ddb6869 | |
parent | 3daf304f3b24a1ac01a11ae956ffe3d0bcfd693e [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.