]> granicus.if.org Git - python/commit
Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot,
authorTim Peters <tim.peters@gmail.com>
Mon, 10 Apr 2006 21:38:11 +0000 (21:38 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 10 Apr 2006 21:38:11 +0000 (21:38 +0000)
commit9bdc85f8bfbb99f374df8654e3f6201f73f37ee6
treecd8d4d537a56f59d5f4c345bb164953845eb27f2
parent88459359b160741c7abcad38a97db65004430125
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.
Lib/test/test_array.py