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 serhiy.storchaka
Recipients David.Edelsohn, serhiy.storchaka, vstinner
Date 2013-11-18.10:05:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <69242746.yAeZ8fAuU9@raxxla>
In-reply-to <1384763895.98.0.554661317342.issue19633@psf.upfronthosting.co.za>
Content
> If the file is truncated, why would the test suceed on little endian? The
> file doesn't have the same size in bytes? The test doesn't check the number
> of frames?

Because this code is not used on little endian. On little endian a data is 
read by file's read() method.
History
Date User Action Args
2013-11-18 10:05:23serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, David.Edelsohn
2013-11-18 10:05:23serhiy.storchakalinkissue19633 messages
2013-11-18 10:05:23serhiy.storchakacreate