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 jyasskin
Recipients jyasskin
Date 2007-09-25.05:25:30
SpamBayes Score 0.0063369214
Marked as misclassified No
Message-id <1190697931.82.0.81567230307.issue1200@psf.upfronthosting.co.za>
In-reply-to
Content
This changes PyArg_ParseTuple()'s "t#" to request a PyBUF_SIMPLE buffer
like all of the other buffer-using format units instead of
PyBUF_CHARACTER. Objects with multi-byte units wind up
byte-order-dependent. Alternately, it might make sense to have
array.array('b') and array.array('B') accept the PyBUF_CHARACTER flag.

I haven't actually tested this patch on a big-endian machine.
Files
File name Uploaded
let_t_format_take_array.patch jyasskin, 2007-09-25.05:25:30
History
Date User Action Args
2007-09-25 05:25:32jyasskinsetspambayes_score: 0.00633692 -> 0.0063369214
recipients: + jyasskin
2007-09-25 05:25:31jyasskinsetspambayes_score: 0.00633692 -> 0.00633692
messageid: <1190697931.82.0.81567230307.issue1200@psf.upfronthosting.co.za>
2007-09-25 05:25:31jyasskinlinkissue1200 messages
2007-09-25 05:25:30jyasskincreate