[issue6493] Can not set value for structure members larger than 32 bits

R. David Murray report at bugs.python.org
Tue Jul 21 14:17:58 CEST 2009


R. David Murray <rdmurray at bitdance.com> added the comment:

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

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6493>
_______________________________________


More information about the Python-bugs-list mailing list