<br><br><div>On Fri Apr 04 2014 at 10:34:06 AM, Victor Stinner <<a href="mailto:victor.stinner@gmail.com">victor.stinner@gmail.com</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2014-04-04 16:21 GMT+02:00 Brett Cannon <<a href="mailto:brett@python.org" target="_blank">brett@python.org</a>>:<br>
> Fix is in rev c6e63bb132fb.<br>
<br>
Hum, this one was not enough for me. I also modified Modules/<a href="http://Setup.config.in" target="_blank">Setup.config.in</a>:<br></blockquote><div><br></div><div>Wasn't for me either in the end as it failed when I did a distclean. The unfortunately bit me in the middle of trying to get a 3.4->default merge so I just tried to do the best I could. This might take a little while to clean up as the Windows 7 buildbot now builds -- which it has been doing for a while -- but claims it can't find _signal.sigpending which I can at least see on OS X so that bit of code my need tweaking.</div>
<div><br></div><div>-Brett</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
changeset:   90137:df5120efb86e<br>
tag:         tip<br>
user:        Victor Stinner <<a href="mailto:victor.stinner@gmail.com" target="_blank">victor.stinner@gmail.com</a>><br>
date:        Fri Apr 04 16:30:04 2014 +0200<br>
files:       Modules/<a href="http://Setup.config.in" target="_blank">Setup.config.in</a><br>
description:<br>
Issue #21076: the C signal module has been renamed to _signal<br>
<br>
<br>
diff -r c6e63bb132fb -r df5120efb86e Modules/<a href="http://Setup.config.in" target="_blank">Setup.config.in</a><br>
--- a/Modules/<a href="http://Setup.config.in" target="_blank">Setup.config.in</a>   Fri Apr 04 10:20:28 2014 -0400<br>
+++ b/Modules/<a href="http://Setup.config.in" target="_blank">Setup.config.in</a>   Fri Apr 04 16:30:04 2014 +0200<br>
@@ -7,7 +7,7 @@<br>
 @USE_THREAD_MODULE@_thread _threadmodule.c<br>
<br>
 # The signal module<br>
-@USE_SIGNAL_MODULE@signal signalmodule.c<br>
+@USE_SIGNAL_MODULE@_signal signalmodule.c<br>
<br>
 # The rest of the modules previously listed in this file are built<br>
 # by the setup.py script in Python 2.1 and later.<br>
<br>
Victor<br>
</blockquote>