Issue8675
Created on 2010-05-10 18:38 by mark.dickinson, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| audioop_Py_ssize_t.patch | mark.dickinson, 2010-05-11 12:41 | |||
| Messages (3) | |||
|---|---|---|---|
| msg105454 - (view) | Author: Mark Dickinson (mark.dickinson) * ![]() |
Date: 2010-05-10 18:38 | |
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. |
|||
| msg105506 - (view) | Author: Mark Dickinson (mark.dickinson) * ![]() |
Date: 2010-05-11 12:41 | |
Here's a patch. |
|||
| msg105511 - (view) | Author: Mark Dickinson (mark.dickinson) * ![]() |
Date: 2010-05-11 13:35 | |
The audioop module was made PY_SSIZE_T_CLEAN in r81083. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:00 | admin | set | github: 52921 |
| 2010-05-11 13:35:12 | mark.dickinson | set | status: open -> closed messages: + msg105511 components:
+ Extension Modules |
| 2010-05-11 12:41:54 | mark.dickinson | set | files:
+ audioop_Py_ssize_t.patch keywords: + patch messages: + msg105506 |
| 2010-05-10 20:00:39 | pitrou | link | issue8677 dependencies |
| 2010-05-10 18:38:03 | mark.dickinson | create | |
