Staging
v0.5.1
https://github.com/python/cpython
Revision ff0d8a36befda1fbecf11d76921f9e34632c181b authored by Tarek Ziadé on 12 October 2009, 22:38:34 UTC, committed by Tarek Ziadé on 12 October 2009, 22:38:34 UTC
1 parent dff2028
Raw File
Tip revision: ff0d8a36befda1fbecf11d76921f9e34632c181b authored by Tarek Ziadé on 12 October 2009, 22:38:34 UTC
Fixed #7115: using paths instead of dotted name for extensions works too in distutils.command.build_ext
Tip revision: ff0d8a3
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