diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-11-23 07:52:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 07:52:05 (GMT) |
commit | d82f2caf942fa8b94e797a2f116ee54ec303c2df (patch) | |
tree | 770322bf217be774f6dfeac075d6c0504796788e /Modules/Setup.stdlib.in | |
parent | 758a23d1c4db97b578bc16e0ea110074d65c4c52 (diff) | |
download | cpython-d82f2caf942fa8b94e797a2f116ee54ec303c2df.zip cpython-d82f2caf942fa8b94e797a2f116ee54ec303c2df.tar.gz cpython-d82f2caf942fa8b94e797a2f116ee54ec303c2df.tar.bz2 |
bpo-45847: Port _socket to PY_STDLIB_MOD (GH-29713)
Diffstat (limited to 'Modules/Setup.stdlib.in')
-rw-r--r-- | Modules/Setup.stdlib.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Setup.stdlib.in b/Modules/Setup.stdlib.in index 0c88eed..338de84 100644 --- a/Modules/Setup.stdlib.in +++ b/Modules/Setup.stdlib.in @@ -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 |