summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e63d8af..a950cc9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6137,6 +6137,7 @@ PY_STDLIB_MOD_SIMPLE([_posixsubprocess])
PY_STDLIB_MOD_SIMPLE([_queue])
PY_STDLIB_MOD_SIMPLE([_random])
PY_STDLIB_MOD_SIMPLE([select])
+PY_STDLIB_MOD_SIMPLE([_socket])
PY_STDLIB_MOD_SIMPLE([_struct])
PY_STDLIB_MOD_SIMPLE([_typing])
PY_STDLIB_MOD_SIMPLE([_xxsubinterpreters])