E&S CVS Commit: RuleDispatch - Eliminate constant-folding for zero-argument call expressions,
pje@eby-sarna.com
pje@eby-sarna.com
Fri Nov 11 10:00:00 2005
Author: pje
Date: Tue Nov 8 22:54:09 2005
New Revision: 2100
URL: http://svn.eby-sarna.com?rev=3D2100&view=3Drev
Log:
Eliminate constant-folding for zero-argument call expressions,
so that state variables implemented as functions can be tested
at invocation time. (Also, make it easier to track and build
the subversion trunk using EasyInstall.)
Added:
RuleDispatch/setup.cfg (with props)
Modified:
RuleDispatch/src/dispatch/_speedups.pyx
RuleDispatch/src/dispatch/predicates.py
RuleDispatch/src/dispatch/tests/test_parsing.py