gh-104773: PEP 594: Remove the audioop module (#104937)

This commit is contained in:
Victor Stinner 2023-05-25 17:59:00 +02:00 committed by GitHub
parent 036da3bd43
commit f66be6b11a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 14 additions and 4255 deletions

View file

@ -7171,7 +7171,6 @@ PY_STDLIB_MOD([_posixshmem],
[$POSIXSHMEM_CFLAGS], [$POSIXSHMEM_LIBS])
dnl needs libm
PY_STDLIB_MOD_SIMPLE([audioop], [], [$LIBM])
PY_STDLIB_MOD_SIMPLE([_statistics], [], [$LIBM])
PY_STDLIB_MOD_SIMPLE([cmath], [], [$LIBM])
PY_STDLIB_MOD_SIMPLE([math], [], [$LIBM])