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 mark.dickinson
Recipients mark.dickinson, serhiy.storchaka, tim.peters
Date 2018-03-01.18:12:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519927966.85.0.467229070634.issue32978@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-03-01 18:12:46mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, serhiy.storchaka
2018-03-01 18:12:46mark.dickinsonsetmessageid: <1519927966.85.0.467229070634.issue32978@psf.upfronthosting.co.za>
2018-03-01 18:12:46mark.dickinsonlinkissue32978 messages
2018-03-01 18:12:46mark.dickinsoncreate