Staging
v0.8.1
Revision d5c4c7411af644fe7607695eb58ef91fd29066c3 authored by R David Murray on 11 December 2013, 21:34:34 UTC, committed by R David Murray on 11 December 2013, 21:34:34 UTC
This is a backward compatible partial fix, the complete fix requires raising
an error instead of accepting the invalid input, so the real fix is only
suitable for 3.4.
1 parent 31a6554
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