summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-04-04 14:30:04 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-04-04 14:30:04 (GMT)
commitd006af1899b3f45458326ca156fd474206c79ba1 (patch)
treec6cbd28a67ac1db010742b8c5525374df017d563
parent815a6f38a67ec82bdf427643792dbc21b16bb87c (diff)
downloadcpython-d006af1899b3f45458326ca156fd474206c79ba1.zip
cpython-d006af1899b3f45458326ca156fd474206c79ba1.tar.gz
cpython-d006af1899b3f45458326ca156fd474206c79ba1.tar.bz2
Issue #21076: the C signal module has been renamed to _signal
-rw-r--r--Modules/Setup.config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.config.in b/Modules/Setup.config.in
index 5ac2404..adac030 100644
--- a/Modules/Setup.config.in
+++ b/Modules/Setup.config.in
@@ -7,7 +7,7 @@
@USE_THREAD_MODULE@_thread _threadmodule.c
# The signal module
-@USE_SIGNAL_MODULE@signal signalmodule.c
+@USE_SIGNAL_MODULE@_signal signalmodule.c
# The rest of the modules previously listed in this file are built
# by the setup.py script in Python 2.1 and later.