[issue32978] Issues with reading large float values in AIFC files

Mark Dickinson report at bugs.python.org
Thu Mar 1 13:12:46 EST 2018


Mark Dickinson <dickinsm at gmail.com> added the comment:

I'm finding it hard to imagine why you'd ever have a sample rate greater than 1e308 in an audio file. (In fact, it's hard to imagine needing a sample rate greater than 1e6.) Raising an OverflowError for a value that's too large to fit in an IEEE 754 binary64 float seems entirely reasonable.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32978>
_______________________________________


More information about the Python-bugs-list mailing list