[issue19633] test_wave: failures on PPC64 buildbot

Serhiy Storchaka report at bugs.python.org
Mon Nov 18 11:05:23 CET 2013


Serhiy Storchaka added the comment:

> 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19633>
_______________________________________


More information about the Python-bugs-list mailing list