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 vstinner
Recipients David.Edelsohn, serhiy.storchaka, vstinner
Date 2013-11-18.08:38:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384763895.98.0.554661317342.issue19633@psf.upfronthosting.co.za>
In-reply-to
Content
> Because array.fromfile() is used only to swap 16- and 32-bit samples on bigendian platform.

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?
History
Date User Action Args
2013-11-18 08:38:16vstinnersetrecipients: + vstinner, serhiy.storchaka, David.Edelsohn
2013-11-18 08:38:15vstinnersetmessageid: <1384763895.98.0.554661317342.issue19633@psf.upfronthosting.co.za>
2013-11-18 08:38:15vstinnerlinkissue19633 messages
2013-11-18 08:38:15vstinnercreate