[New-bugs-announce] [issue20133] Convert the audioop module to use Argument Clinic
Serhiy Storchaka
report at bugs.python.org
Sun Jan 5 22:21:04 CET 2014
New submission from Serhiy Storchaka:
Here is a patch which converts the audioop module to use Argument Clinic. 26 functions are converted. Also it adds docstrings for audioop functions.
There are two problems:
* Test test_string crashes. Perhaps here is a bug in Argument Clinic (Py_buffer arguments are not initialized).
* Pydoc for ratecv (and only for this function) returns:
ratecv = <built-in function ratecv>
----------
components: Extension Modules
files: audioop_clinic.patch
keywords: patch
messages: 207401
nosy: larry, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Convert the audioop module to use Argument Clinic
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file33320/audioop_clinic.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20133>
_______________________________________
More information about the New-bugs-announce
mailing list