[pypy-svn] r14951 - pypy/dist/pypy/interpreter/pyparser
pedronis at codespeak.net
pedronis at codespeak.net
Sat Jul 23 01:51:26 CEST 2005
Author: pedronis
Date: Sat Jul 23 01:51:26 2005
New Revision: 14951
Modified:
pypy/dist/pypy/interpreter/pyparser/automata.py
Log:
oops there was a xxx comment too
Modified: pypy/dist/pypy/interpreter/pyparser/automata.py
==============================================================================
--- pypy/dist/pypy/interpreter/pyparser/automata.py (original)
+++ pypy/dist/pypy/interpreter/pyparser/automata.py Sat Jul 23 01:51:26 2005
@@ -18,7 +18,8 @@
# a simple None works fine.
# (Having a DefaultClass inheriting from str makes
# the annotator crash)
-DEFAULT = "\00default"
+DEFAULT = "\00default" # XXX hack, the rtyper does not support dict of with str|None keys
+ # anyway using dicts doesn't seem the best final way to store these char indexed tables
# PYPY Modification : removed all automata functions (any, maybe,
# newArcPair, etc.)
More information about the Pypy-commit
mailing list