Staging
v0.5.1
https://github.com/python/cpython
Revision b28f9014788f2a1caa3e7d3d9940e44aea7f5cbb authored by Skip Montanaro on 18 July 2003, 02:45:27 UTC, committed by Skip Montanaro on 18 July 2003, 02:45:27 UTC
1 parent ed74a10
Raw File
Tip revision: b28f9014788f2a1caa3e7d3d9940e44aea7f5cbb authored by Skip Montanaro on 18 July 2003, 02:45:27 UTC
make #! line more liberal
Tip revision: b28f901
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.
back to top