mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Issue #21076: the C signal module has been renamed to _signal
This commit is contained in:
parent
815a6f38a6
commit
d006af1899
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue