[New-bugs-announce] [issue24608] Certain inputs to wave.open() result in readframes returning a str instead of bytes

Christophe Biocca report at bugs.python.org
Fri Jul 10 20:37:45 CEST 2015


New submission from Christophe Biocca:

Basically, some (malformed or empty?) WAV strings result in the empty string being returned when calling readframes.

That string cannot be passed back to writeframes() without causing a crash, since it does not implement the buffer interface.

----------
components: Library (Lib)
files: python_wave_error.py
messages: 246575
nosy: Christophe Biocca
priority: normal
severity: normal
status: open
title: Certain inputs to wave.open() result in readframes returning a str instead of bytes
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file39891/python_wave_error.py

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


More information about the New-bugs-announce mailing list