From: Brett Cannon Date: Fri, 4 Apr 2014 14:20:28 +0000 (-0400) Subject: merge along w/ fix for issue #2107 (commit c9239171e429) X-Git-Tag: v3.5.0a1~1952 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=815a6f38a67ec82bdf427643792dbc21b16bb87c;p=thirdparty%2FPython%2Fcpython.git merge along w/ fix for issue #2107 (commit c9239171e429) --- 815a6f38a67ec82bdf427643792dbc21b16bb87c diff --cc Modules/signalmodule.c index fedaddff356c,c648bde24e9b..cf4ba6123ab2 --- a/Modules/signalmodule.c +++ b/Modules/signalmodule.c @@@ -956,7 -956,7 +956,7 @@@ the first is the signal number, the sec static struct PyModuleDef signalmodule = { PyModuleDef_HEAD_INIT, -- "signal", ++ "_signal", module_doc, -1, signal_methods,