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 <rep...@bugs.python.org> <http://bugs.python.org/issue20133> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com