Issue #21076: the C signal module has been renamed to _signal

This commit is contained in:
Victor Stinner
2014-04-04 16:30:04 +02:00
parent 815a6f38a6
commit d006af1899

View 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.