Mark Dickinson <dicki...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue9277> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com