bpo-45847: Port _socket to PY_STDLIB_MOD (GH-29713)

This commit is contained in:
Erlend Egeberg Aasland 2021-11-23 08:52:05 +01:00 committed by GitHub
parent 758a23d1c4
commit d82f2caf94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 4 deletions

View file

@ -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