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 pitrou
Recipients Arfrever, benjamin.peterson, mark.dickinson, pitrou, vstinner
Date 2010-07-03.10:24:48
SpamBayes Score 0.09600738
Marked as misclassified No
Message-id <1278152691.34.0.266580965343.issue7673@psf.upfronthosting.co.za>
In-reply-to
Content
The following error messages looks strange to me:

+    if (((len / size) & 1) != 0) {
+        PyErr_SetString(AudioopError, "not a whole number of frames");
+        return NULL;
+    }

Perhaps you meant "not an even number of frames"?
History
Date User Action Args
2010-07-03 10:24:51pitrousetrecipients: + pitrou, mark.dickinson, vstinner, benjamin.peterson, Arfrever
2010-07-03 10:24:51pitrousetmessageid: <1278152691.34.0.266580965343.issue7673@psf.upfronthosting.co.za>
2010-07-03 10:24:48pitroulinkissue7673 messages
2010-07-03 10:24:48pitroucreate