Staging
v0.8.1
https://github.com/python/cpython
Revision 6db8cd1c28a8be2f39ee6a658ea98dbe087374b5 authored by Jack Jansen on 04 January 2005, 16:07:04 UTC, committed by Jack Jansen on 04 January 2005, 16:07:04 UTC
1 parent 0446d8f
Raw File
Tip revision: 6db8cd1c28a8be2f39ee6a658ea98dbe087374b5 authored by Jack Jansen on 04 January 2005, 16:07:04 UTC
Mac news items.
Tip revision: 6db8cd1
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