[issue9277] test_struct failure on ARM

Mark Dickinson report at bugs.python.org
Fri Jul 16 22:29:21 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

I don't really know where to start with this.  At the point of failure, struct.pack('<?', ExplodingBool()) has already been tested (and presumably raised the expected IOError).

Moreover, the struct module uses the same function, bp_bool, for packing with both '<?' and '>?', so it's a bit mystifying that one of these fails while the other passes.

----------

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


More information about the Python-bugs-list mailing list