Staging
v0.5.1
https://github.com/python/cpython
Revision ea95de75dd2a01e424e935f06d871067df99a6ed authored by Victor Stinner on 29 June 2011, 13:34:48 UTC, committed by Victor Stinner on 29 June 2011, 13:34:48 UTC
If verbose is False, the output is empty. Fix also a typo in a variable name.
1 parent 8313d6a
Raw File
Tip revision: ea95de75dd2a01e424e935f06d871067df99a6ed authored by Victor Stinner on 29 June 2011, 13:34:48 UTC
Issue #12400: regrtest, force verbose mode to True with option -W
Tip revision: ea95de7
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