summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.stdlib.in
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-11-23 07:52:05 (GMT)
committerGitHub <noreply@github.com>2021-11-23 07:52:05 (GMT)
commitd82f2caf942fa8b94e797a2f116ee54ec303c2df (patch)
tree770322bf217be774f6dfeac075d6c0504796788e /Modules/Setup.stdlib.in
parent758a23d1c4db97b578bc16e0ea110074d65c4c52 (diff)
downloadcpython-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.in1
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