Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
39c4ed6e
Commit
39c4ed6e
authored
Feb 21, 2001
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move the signal module back into Setup.config.in so it can be enabled
and disabled from the configure script.
parent
3a9a96c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Modules/Setup.config.in
Modules/Setup.config.in
+3
-0
Modules/Setup.dist
Modules/Setup.dist
+0
-3
No files found.
Modules/Setup.config.in
View file @
39c4ed6e
...
...
@@ -9,5 +9,8 @@
# Threading
@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
# by the setup.py script in Python 2.1.
Modules/Setup.dist
View file @
39c4ed6e
...
...
@@ -97,9 +97,6 @@ PYTHONPATH=$(COREPYTHONPATH)
posix
posixmodule.c
# posix (UNIX) system calls
_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
# default. Usually they can be detected and built as dynamically
# loaded modules by the new setup.py script added in Python 2.1. If
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment