2014-04-04 16:21 GMT+02:00 Brett Cannon <br...@python.org>:
> Fix is in rev c6e63bb132fb.

Hum, this one was not enough for me. I also modified Modules/Setup.config.in:

changeset:   90137:df5120efb86e
tag:         tip
user:        Victor Stinner <victor.stin...@gmail.com>
date:        Fri Apr 04 16:30:04 2014 +0200
files:       Modules/Setup.config.in
description:
Issue #21076: the C signal module has been renamed to _signal


diff -r c6e63bb132fb -r df5120efb86e Modules/Setup.config.in
--- a/Modules/Setup.config.in   Fri Apr 04 10:20:28 2014 -0400
+++ b/Modules/Setup.config.in   Fri Apr 04 16:30:04 2014 +0200
@@ -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.

Victor
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to