mirror of
https://github.com/python/cpython.git
synced 2025-10-28 09:10:36 +00:00
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.
This commit is contained in:
parent
a4b7e9d1f8
commit
fc07fe4e37
18 changed files with 12 additions and 2119 deletions
|
|
@ -184,7 +184,6 @@ PYTHONPATH=$(COREPYTHONPATH)
|
|||
#_posixshmem -I$(srcdir)/Modules/_multiprocessing _multiprocessing/posixshmem.c -lrt
|
||||
#fcntl fcntlmodule.c
|
||||
#grp grpmodule.c
|
||||
#ossaudiodev ossaudiodev.c
|
||||
#resource resource.c
|
||||
#spwd spwdmodule.c
|
||||
#syslog syslogmodule.c
|
||||
|
|
@ -262,7 +261,7 @@ PYTHONPATH=$(COREPYTHONPATH)
|
|||
# *** Always uncomment this; X11 libraries to link with:
|
||||
# -lX11
|
||||
|
||||
# Some system have -lcurses
|
||||
# Some system have -lcurses
|
||||
#_curses -lncurses -lncursesw -ltermcap _cursesmodule.c
|
||||
#_curses_panel -lpanel -lncurses _curses_panel.c
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue