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 serhiy.storchaka
Recipients jcea, mark.dickinson, serhiy.storchaka
Date 2012-12-19.18:51:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355943115.88.0.802046390084.issue16686@psf.upfronthosting.co.za>
In-reply-to
Content
6. reverse() and ratecv() lose 16 lowest bits for 4-bytes data.

7. rms() can returns negative value (-0x80000000 instead 0x80000000).

8. maxpp() and avgpp() overflow and return absolutely wrong result for large peaks.

9. ratecv() crashes Python on empty input.
History
Date User Action Args
2012-12-19 18:52:03serhiy.storchakasetrecipients: + serhiy.storchaka, jcea, mark.dickinson
2012-12-19 18:51:55serhiy.storchakasetmessageid: <1355943115.88.0.802046390084.issue16686@psf.upfronthosting.co.za>
2012-12-19 18:51:54serhiy.storchakalinkissue16686 messages
2012-12-19 18:51:52serhiy.storchakacreate