Staging
v0.5.1
Revision 7e7dbab08a85937cd6a81acfc57dfff3b42dfbb6 authored by Ronald Oussoren on 20 October 2010, 13:40:38 UTC, committed by Ronald Oussoren on 20 October 2010, 13:40:38 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85744 | ronald.oussoren | 2010-10-20 15:10:12 +0200 (Wed, 20 Oct 2010) | 7 lines

  Fix for issue #7473.

  Without this patch you'll get link errors in some extensions
  (in particular the _curses_panel) one when you try to build
  a 3-way universal framework when you previously installed a
  2-way universal framework using the python.org installer.
........
1 parent 455b0db
Raw File
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