Staging
v0.5.1
Revision 3c2b6f54005fe45225f417bb95e469953311c0a6 authored by Jeremy Hylton on 18 December 2001, 00:06:03 UTC, committed by Jeremy Hylton on 18 December 2001, 00:06:03 UTC
Add is_constant_false(), rev 1.41.
Fixed print handling, rev. 1.41.
Handle private names, 1.42.
Make sure JUMP_ABS and POP_BLOCK blocks are contiguous, rev. 1.44.
Make sure class object has no co_varnames, rev. 1.45.
Fix typo in visitDict(), rev. 1.46.
Generate correct code for continue in try/except, rev. 1.47.
1 parent 317acd0
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.

# Garbage collection enabled with --with-cycle-gc
@USE_GC_MODULE@gc gcmodule.c

# 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.
back to top