mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-104773: PEP 594: Remove the audioop module (#104937)
This commit is contained in:
parent
036da3bd43
commit
f66be6b11a
24 changed files with 14 additions and 4255 deletions
|
@ -7,7 +7,6 @@
|
|||
|
||||
extern PyObject* PyInit__abc(void);
|
||||
extern PyObject* PyInit_array(void);
|
||||
extern PyObject* PyInit_audioop(void);
|
||||
extern PyObject* PyInit_binascii(void);
|
||||
extern PyObject* PyInit_cmath(void);
|
||||
extern PyObject* PyInit_errno(void);
|
||||
|
@ -89,7 +88,6 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"_abc", PyInit__abc},
|
||||
{"array", PyInit_array},
|
||||
{"_ast", PyInit__ast},
|
||||
{"audioop", PyInit_audioop},
|
||||
{"binascii", PyInit_binascii},
|
||||
{"cmath", PyInit_cmath},
|
||||
{"errno", PyInit_errno},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue