diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-24 13:00:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 13:00:51 (GMT) |
commit | fc07fe4e37fbfd74e7130a20c13d0c07f0a5cff1 (patch) | |
tree | 0e3566d16be7ce2d460e49dbd0a837a13582522a /Modules/Setup.stdlib.in | |
parent | a4b7e9d1f812f2598ac9637d95e986c830bd451b (diff) | |
download | cpython-fc07fe4e37fbfd74e7130a20c13d0c07f0a5cff1.zip cpython-fc07fe4e37fbfd74e7130a20c13d0c07f0a5cff1.tar.gz cpython-fc07fe4e37fbfd74e7130a20c13d0c07f0a5cff1.tar.bz2 |
gh-104773: PEP 594: Remove the ossaudiodev module (#104862)
* Remove ossaudiodev extension in configure.ac and regenerate
the configure script.
* Remove ossaudiodev in Modules/Setup and Modules/Setup.stdlib.in.
Diffstat (limited to 'Modules/Setup.stdlib.in')
-rw-r--r-- | Modules/Setup.stdlib.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Setup.stdlib.in b/Modules/Setup.stdlib.in index 6db567d..81cf4d4 100644 --- a/Modules/Setup.stdlib.in +++ b/Modules/Setup.stdlib.in @@ -115,7 +115,6 @@ # Linux: glibc has deprecated SUN RPC, APIs are in libnsl and libtirpc (bpo-32521) @MODULE_NIS_TRUE@nis nismodule.c # needs sys/soundcard.h or linux/soundcard.h (Linux, FreeBSD) -@MODULE_OSSAUDIODEV_TRUE@ossaudiodev ossaudiodev.c @MODULE__POSIXSUBPROCESS_TRUE@_posixsubprocess _posixsubprocess.c @MODULE_RESOURCE_TRUE@resource resource.c @MODULE_SELECT_TRUE@select selectmodule.c |