aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-24 15:00:51 +0200
committerGitHub <noreply@github.com>2023-05-24 15:00:51 +0200
commitfc07fe4e37fbfd74e7130a20c13d0c07f0a5cff1 (patch)
tree0e3566d16be7ce2d460e49dbd0a837a13582522a /Python
parenta4b7e9d1f812f2598ac9637d95e986c830bd451b (diff)
downloadcpython-fc07fe4e37fbfd74e7130a20c13d0c07f0a5cff1.tar.gz
cpython-fc07fe4e37fbfd74e7130a20c13d0c07f0a5cff1.zip
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 c82512f43c7..fe396a896ce 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",