[Python-checkins] cpython: Issue #21076: the C signal module has been renamed to _signal

victor.stinner python-checkins at python.org
Fri Apr 4 16:31:47 CEST 2014


http://hg.python.org/cpython/rev/df5120efb86e
changeset:   90137:df5120efb86e
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Fri Apr 04 16:30:04 2014 +0200
summary:
  Issue #21076: the C signal module has been renamed to _signal

files:
  Modules/Setup.config.in |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Modules/Setup.config.in b/Modules/Setup.config.in
--- a/Modules/Setup.config.in
+++ b/Modules/Setup.config.in
@@ -7,7 +7,7 @@
 @USE_THREAD_MODULE at _thread _threadmodule.c
 
 # The signal module
- at USE_SIGNAL_MODULE@signal signalmodule.c
+ at 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list