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

26
configure generated vendored
View file

@ -734,8 +734,6 @@ MODULE_CMATH_FALSE
MODULE_CMATH_TRUE
MODULE__STATISTICS_FALSE
MODULE__STATISTICS_TRUE
MODULE_AUDIOOP_FALSE
MODULE_AUDIOOP_TRUE
MODULE__POSIXSHMEM_FALSE
MODULE__POSIXSHMEM_TRUE
MODULE__MULTIPROCESSING_FALSE
@ -25662,26 +25660,6 @@ $as_echo "$py_cv_module__posixshmem" >&6; }
if test "$py_cv_module_audioop" != "n/a"; then :
py_cv_module_audioop=yes
fi
if test "$py_cv_module_audioop" = yes; then
MODULE_AUDIOOP_TRUE=
MODULE_AUDIOOP_FALSE='#'
else
MODULE_AUDIOOP_TRUE='#'
MODULE_AUDIOOP_FALSE=
fi
as_fn_append MODULE_BLOCK "MODULE_AUDIOOP_STATE=$py_cv_module_audioop$as_nl"
if test "x$py_cv_module_audioop" = xyes; then :
as_fn_append MODULE_BLOCK "MODULE_AUDIOOP_LDFLAGS=$LIBM$as_nl"
fi
if test "$py_cv_module__statistics" != "n/a"; then :
py_cv_module__statistics=yes
fi
@ -27594,10 +27572,6 @@ if test -z "${MODULE__POSIXSHMEM_TRUE}" && test -z "${MODULE__POSIXSHMEM_FALSE}"
as_fn_error $? "conditional \"MODULE__POSIXSHMEM\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${MODULE_AUDIOOP_TRUE}" && test -z "${MODULE_AUDIOOP_FALSE}"; then
as_fn_error $? "conditional \"MODULE_AUDIOOP\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${MODULE__STATISTICS_TRUE}" && test -z "${MODULE__STATISTICS_FALSE}"; then
as_fn_error $? "conditional \"MODULE__STATISTICS\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5