Message109172
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"? |
|
Date |
User |
Action |
Args |
2010-07-03 10:24:51 | pitrou | set | recipients:
+ pitrou, mark.dickinson, vstinner, benjamin.peterson, Arfrever |
2010-07-03 10:24:51 | pitrou | set | messageid: <1278152691.34.0.266580965343.issue7673@psf.upfronthosting.co.za> |
2010-07-03 10:24:48 | pitrou | link | issue7673 messages |
2010-07-03 10:24:48 | pitrou | create | |
|