From d006af1899b3f45458326ca156fd474206c79ba1 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 4 Apr 2014 16:30:04 +0200 Subject: [PATCH] Issue #21076: the C signal module has been renamed to _signal --- Modules/Setup.config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Setup.config.in b/Modules/Setup.config.in index 5ac2404bf8..adac030b6a 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. -- 2.50.1