Staging
v0.5.1
https://github.com/python/cpython
Revision 7f7a5a7b8743171d80b124edccfb7fe20bd86ac8 authored by Raymond Hettinger on 31 March 2012, 04:50:40 UTC, committed by Raymond Hettinger on 31 March 2012, 04:50:40 UTC
1 parent 41eb79a
Raw File
Tip revision: 7f7a5a7b8743171d80b124edccfb7fe20bd86ac8 authored by Raymond Hettinger on 31 March 2012, 04:50:40 UTC
Fix-up comments and add a sentinel variable for clarity.
Tip revision: 7f7a5a7
Setup.config.in
# This file is transmogrified into Setup.config by config.status.

# The purpose of this file is to conditionally enable certain modules
# based on configure-time options.

# 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 and later.
back to top