This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients higstar, ocean-city, r.david.murray, theller
Date 2009-07-21.12:17:55
SpamBayes Score 1.1482712e-08
Marked as misclassified No
Message-id <1248178678.19.0.0675964069661.issue6493@psf.upfronthosting.co.za>
In-reply-to
Content
One of the new tests in r74134 is failing on my box (Gentoo x86), and on
a number of the buildbots:

test test_ctypes failed -- Traceback (most recent call last):
  File "/home/rdmurray/python/trunk/Lib/ctypes/test/test_bitfields.py",
line 255, in test_uint64
    self.failUnlessEqual(x.a, 10)
AssertionError: 0L != 10
History
Date User Action Args
2009-07-21 12:17:58r.david.murraysetrecipients: + r.david.murray, theller, ocean-city, higstar
2009-07-21 12:17:58r.david.murraysetmessageid: <1248178678.19.0.0675964069661.issue6493@psf.upfronthosting.co.za>
2009-07-21 12:17:56r.david.murraylinkissue6493 messages
2009-07-21 12:17:55r.david.murraycreate