[pypy-svn] r18562 - in pypy/dist/pypy/rpython/l3interp: . test

hpk at codespeak.net hpk at codespeak.net
Fri Oct 14 17:30:06 CEST 2005


Author: hpk
Date: Fri Oct 14 17:30:05 2005
New Revision: 18562

Added:
   pypy/dist/pypy/rpython/l3interp/__init__.py   (contents, props changed)
   pypy/dist/pypy/rpython/l3interp/l3interp.py
      - copied, changed from r18561, pypy/dist/pypy/rpython/l3interp/llinterpreter.py
   pypy/dist/pypy/rpython/l3interp/test/test_l3interp.py
      - copied, changed from r18561, pypy/dist/pypy/rpython/l3interp/test/test_llinterpreter.py
Removed:
   pypy/dist/pypy/rpython/l3interp/llinterpreter.py
   pypy/dist/pypy/rpython/l3interp/test/test_llinterpreter.py
Log:
(hpk, cfbolz) 

renaming in order to make it more distinct 
from the ll-interpreter.  Now it's the 
lower low level interpreter (l3) ... 



Added: pypy/dist/pypy/rpython/l3interp/__init__.py
==============================================================================



More information about the Pypy-commit mailing list