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 serhiy.storchaka
Recipients larry, serhiy.storchaka
Date 2014-01-05.21:21:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388956864.17.0.114751586443.issue20133@psf.upfronthosting.co.za>
In-reply-to
Content
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>
History
Date User Action Args
2014-01-05 21:21:05serhiy.storchakasetrecipients: + serhiy.storchaka, larry
2014-01-05 21:21:04serhiy.storchakasetmessageid: <1388956864.17.0.114751586443.issue20133@psf.upfronthosting.co.za>
2014-01-05 21:21:04serhiy.storchakalinkissue20133 messages
2014-01-05 21:21:04serhiy.storchakacreate