Staging
v0.8.1
https://github.com/python/cpython
Revision 265281ac02d4ab82a8acdd38a1c38c4ecd9ce60d authored by Ezio Melotti on 27 March 2013, 18:11:55 UTC, committed by Ezio Melotti on 27 March 2013, 18:11:55 UTC
1 parent 7380a67
Raw File
Tip revision: 265281ac02d4ab82a8acdd38a1c38c4ecd9ce60d authored by Ezio Melotti on 27 March 2013, 18:11:55 UTC
#17329: document unittest.SkipTest. Initial patch by Zachary Ware.
Tip revision: 265281a
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