Staging
v0.8.1
Revision 45545f79c94460dbfe18b22116f6294468dd09c9 authored by Antoine Pitrou on 12 January 2011, 20:46:37 UTC, committed by Antoine Pitrou on 12 January 2011, 20:46:37 UTC
one reference to a huge object even when an exception is raised.
1 parent b3d89a4
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