Move the signal module back into Setup.config.in so it can be enabled
and disabled from the configure script.
This commit is contained in:
parent
3a9a96c778
commit
39c4ed6e70
@ -9,5 +9,8 @@
|
|||||||
# Threading
|
# Threading
|
||||||
@USE_THREAD_MODULE@thread threadmodule.c
|
@USE_THREAD_MODULE@thread threadmodule.c
|
||||||
|
|
||||||
|
# The signal module
|
||||||
|
@USE_SIGNAL_MODULE@signal signalmodule.c
|
||||||
|
|
||||||
# The rest of the modules previously listed in this file are built
|
# The rest of the modules previously listed in this file are built
|
||||||
# by the setup.py script in Python 2.1.
|
# by the setup.py script in Python 2.1.
|
||||||
|
@ -97,9 +97,6 @@ PYTHONPATH=$(COREPYTHONPATH)
|
|||||||
posix posixmodule.c # posix (UNIX) system calls
|
posix posixmodule.c # posix (UNIX) system calls
|
||||||
_sre _sre.c # Fredrik Lundh's new regular expressions
|
_sre _sre.c # Fredrik Lundh's new regular expressions
|
||||||
|
|
||||||
# The signal module can't be compiled as a dynamically linked module.
|
|
||||||
signal signalmodule.c # signal(2)
|
|
||||||
|
|
||||||
# The rest of the modules listed in this file are all commented out by
|
# The rest of the modules listed in this file are all commented out by
|
||||||
# default. Usually they can be detected and built as dynamically
|
# default. Usually they can be detected and built as dynamically
|
||||||
# loaded modules by the new setup.py script added in Python 2.1. If
|
# loaded modules by the new setup.py script added in Python 2.1. If
|
||||||
|
Loading…
x
Reference in New Issue
Block a user