Staging
v0.5.1
https://github.com/python/cpython
Revision e5dc24e874da603d29d1e15035e38dd28e72a39f authored by Michael Foord on 01 November 2010, 22:11:53 UTC, committed by Michael Foord on 01 November 2010, 22:11:53 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86101 | michael.foord | 2010-11-01 21:09:03 +0000 (Mon, 01 Nov 2010) | 1 line

  Fix issue 9926. TestSuite subclasses that override __call__ are called correctly.
........
1 parent 68c3678
Raw File
Tip revision: e5dc24e874da603d29d1e15035e38dd28e72a39f authored by Michael Foord on 01 November 2010, 22:11:53 UTC
Merged revisions 86101 via svnmerge from
Tip revision: e5dc24e
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