From: Victor Stinner Date: Fri, 4 Apr 2014 14:30:04 +0000 (+0200) Subject: Issue #21076: the C signal module has been renamed to _signal X-Git-Tag: v3.5.0a1~1951 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d006af1899b3f45458326ca156fd474206c79ba1;p=thirdparty%2FPython%2Fcpython.git Issue #21076: the C signal module has been renamed to _signal --- diff --git a/Modules/Setup.config.in b/Modules/Setup.config.in index 5ac2404bf8a1..adac030b6a0a 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.