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 mark.dickinson
Recipients mark.dickinson
Date 2010-07-16.20:29:19
SpamBayes Score 0.0050710062
Marked as misclassified No
Message-id <1279312161.6.0.857230093277.issue9277@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-07-16 20:29:21mark.dickinsonsetrecipients: + mark.dickinson
2010-07-16 20:29:21mark.dickinsonsetmessageid: <1279312161.6.0.857230093277.issue9277@psf.upfronthosting.co.za>
2010-07-16 20:29:20mark.dickinsonlinkissue9277 messages
2010-07-16 20:29:19mark.dickinsoncreate