[issue19633] test_wave: failures on PPC64 buildbot

Serhiy Storchaka report at bugs.python.org
Mon Nov 18 09:30:08 CET 2013


Serhiy Storchaka added the comment:

> Why the test succeeded on little endian?

Because array.fromfile() is used only to swap 16- and 32-bit samples on bigendian platform.

Perhaps we need the byteswap() function in the audioop module.

----------

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


More information about the Python-bugs-list mailing list