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 Arfrever, jcea, mark.dickinson, python-dev, serhiy.storchaka, terry.reedy
Date 2013-02-09.09:35:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360402531.73.0.895915900501.issue16686@psf.upfronthosting.co.za>
In-reply-to
Content
> *All* audioop functions are unsafe regarding unaligned access.

Actually this is not true because currently audioop functions work only with bytes (and str, see issue16685) and not with arbitrary memoryview.
History
Date User Action Args
2013-02-09 09:35:31serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, jcea, mark.dickinson, Arfrever, python-dev
2013-02-09 09:35:31serhiy.storchakasetmessageid: <1360402531.73.0.895915900501.issue16686@psf.upfronthosting.co.za>
2013-02-09 09:35:31serhiy.storchakalinkissue16686 messages
2013-02-09 09:35:31serhiy.storchakacreate