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, serhiy.storchaka, terry.reedy
Date 2013-02-03.11:54:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359892460.11.0.993754034583.issue16686@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Terry.

> Is whatever the case in 2.6 only (if so, drop obsolete) or since 2.6. If the latter, I would rewrite as "this is the case since Python 2.6.".
> The addition is not clear to me. Are you implying that something should be made true for memory view (in a future patch)?

In 2.6 the sentence possible was true and the code was correct. But it is wrong for currently supported versions when we pass memoryview as an argument. This is a bug (possible even a crash) and should be fixed. But on x86 or when we don't use unaligned memoryview (most peoples don't do this) it is never occurred. Due to this I left this bug unfixed yet. There are other minor bugs which I left for different issues. This patch fixes most critical bugs and creates a solid basis for testing.

I see unstable AIX buildbots failed on test_aifc. Perhaps this patch will fix it or expose an issue in audioop module (current audioop testing too poor).
History
Date User Action Args
2013-02-03 11:54:20serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, jcea, mark.dickinson, Arfrever
2013-02-03 11:54:20serhiy.storchakasetmessageid: <1359892460.11.0.993754034583.issue16686@psf.upfronthosting.co.za>
2013-02-03 11:54:20serhiy.storchakalinkissue16686 messages
2013-02-03 11:54:19serhiy.storchakacreate