Message105454
| Author | mark.dickinson |
|---|---|
| Recipients | mark.dickinson |
| Date | 2010-05-10.18:38:02 |
| SpamBayes Score | 0.01398026 |
| Marked as misclassified | No |
| Message-id | <1273516685.47.0.439722259241.issue8675@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The audioop module still uses 'int' for most of its sizes; it would be better if it used 'Py_ssize_t' instead, so that data aren't artificially limited to 2Gb on 64-bit systems. Converting ought to be a fairly straightforward task for someone wanting to get their feet wet with CPython hacking; marking as easy. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-05-10 18:38:05 | mark.dickinson | set | recipients: + mark.dickinson |
| 2010-05-10 18:38:05 | mark.dickinson | set | messageid: <1273516685.47.0.439722259241.issue8675@psf.upfronthosting.co.za> |
| 2010-05-10 18:38:03 | mark.dickinson | link | issue8675 messages |
| 2010-05-10 18:38:02 | mark.dickinson | create | |