]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #21076: the C signal module has been renamed to _signal
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 4 Apr 2014 14:30:04 +0000 (16:30 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 4 Apr 2014 14:30:04 +0000 (16:30 +0200)
Modules/Setup.config.in

index 5ac2404bf8a11b197dbdbf938492f9dd65e97333..adac030b6a0ad8bd54bb1063b3d839c47a959084 100644 (file)
@@ -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.