mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
bpo-45847: Port _socket to PY_STDLIB_MOD (GH-29713)
This commit is contained in:
parent
758a23d1c4
commit
d82f2caf94
4 changed files with 19 additions and 4 deletions
|
@ -109,6 +109,7 @@
|
|||
@MODULE__POSIXSUBPROCESS_TRUE@_posixsubprocess _posixsubprocess.c
|
||||
@MODULE_RESOURCE_TRUE@resource resource.c
|
||||
@MODULE_SELECT_TRUE@select selectmodule.c
|
||||
@MODULE__SOCKET_TRUE@_socket socketmodule.c
|
||||
# AIX has shadow passwords, but does not provide getspent API
|
||||
@MODULE_SPWD_TRUE@spwd spwdmodule.c
|
||||
@MODULE_SYSLOG_TRUE@syslog syslogmodule.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue