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 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:05mark.dickinsonsetrecipients: + mark.dickinson
2010-05-10 18:38:05mark.dickinsonsetmessageid: <1273516685.47.0.439722259241.issue8675@psf.upfronthosting.co.za>
2010-05-10 18:38:03mark.dickinsonlinkissue8675 messages
2010-05-10 18:38:02mark.dickinsoncreate