[New-bugs-announce] [issue8675] audioop module needs an int -> Py_ssize_t upgrade

Mark Dickinson report at bugs.python.org
Mon May 10 20:38:05 CEST 2010


New submission from Mark Dickinson <dickinsm at gmail.com>:

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.

----------
keywords: easy
messages: 105454
nosy: mark.dickinson
priority: normal
severity: normal
status: open
title: audioop module needs an int -> Py_ssize_t upgrade
type: performance
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8675>
_______________________________________


More information about the New-bugs-announce mailing list