summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-24 13:00:51 (GMT)
committerGitHub <noreply@github.com>2023-05-24 13:00:51 (GMT)
commitfc07fe4e37fbfd74e7130a20c13d0c07f0a5cff1 (patch)
tree0e3566d16be7ce2d460e49dbd0a837a13582522a /Python
parenta4b7e9d1f812f2598ac9637d95e986c830bd451b (diff)
downloadcpython-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 'Python')
-rw-r--r--Python/stdlib_module_names.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h
index c82512f..fe396a8 100644
--- a/Python/stdlib_module_names.h
+++ b/Python/stdlib_module_names.h
@@ -195,7 +195,6 @@ static const char* _Py_stdlib_module_names[] = {
"operator",
"optparse",
"os",
-"ossaudiodev",
"pathlib",
"pdb",
"pickle",