Staging
v0.5.1
https://github.com/python/cpython
Revision c9081b390d1192968edab7ecc39663834cef44d8 authored by Mark Dickinson on 23 February 2010, 13:16:55 UTC, committed by Mark Dickinson on 23 February 2010, 13:16:55 UTC
........
  r78372 | mark.dickinson | 2010-02-23 12:53:52 +0000 (Tue, 23 Feb 2010) | 1 line

  Make global variable overflowok into a keyword argument;  this fixes a failure when running ./python -m test.regrtest -R 3:2: test_format
........
  r78373 | mark.dickinson | 2010-02-23 13:06:50 +0000 (Tue, 23 Feb 2010) | 1 line

  Fix spacing nit.  Thanks Eric Smith for the public humiliation.
........
1 parent 365bc6c
Raw File
Tip revision: c9081b390d1192968edab7ecc39663834cef44d8 authored by Mark Dickinson on 23 February 2010, 13:16:55 UTC
Blocked revisions 78372-78373 via svnmerge
Tip revision: c9081b3
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