]> granicus.if.org Git - python/commit
Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, due
authorTim Peters <tim.peters@gmail.com>
Mon, 10 Apr 2006 21:34:00 +0000 (21:34 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 10 Apr 2006 21:34:00 +0000 (21:34 +0000)
commit88459359b160741c7abcad38a97db65004430125
treea92f638a1f6aca8dae53df1a79ccbf5e8ddb6869
parent3daf304f3b24a1ac01a11ae956ffe3d0bcfd693e
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_genexps.py