On Tue, Feb 3, 2009 at 11:05 AM, bob gailer <[email protected]> wrote:

> I have submitted this as a bug. Same behavior with c instead of s.
>

I don't think it's a bug.  Each double requires 8 bytes; that 8 bytes needs
to start at an 8-byte boundary.  If your struct starts with a 1-byte object,
then some empty padding bytes need to be inserted.  It's like loading the
dishwasher.

--
www.fsrtechnologies.com
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to