mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch).
This commit is contained in:
parent
c20472640c
commit
f256c22f34
7 changed files with 1580 additions and 1346 deletions
|
@ -1812,7 +1812,7 @@ audioop_adpcm2lin_impl(PyModuleDef *module, Py_buffer *fragment, int width, PyOb
|
|||
return rv;
|
||||
}
|
||||
|
||||
#include "audioop.clinic.c"
|
||||
#include "clinic/audioop.c.h"
|
||||
|
||||
static PyMethodDef audioop_methods[] = {
|
||||
AUDIOOP_MAX_METHODDEF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue