Hi Armin, Hi Samuele, 

On Sat, May 07, 2005 at 00:12 +0200, [EMAIL PROTECTED] wrote:
> Author: arigo
> Date: Sat May  7 00:12:16 2005
> New Revision: 12035
> 
> Modified:
>    pypy/dist/pypy/interpreter/function.py
>    pypy/dist/pypy/interpreter/pycode.py
>    pypy/dist/pypy/objspace/std/dicttype.py
>    pypy/dist/pypy/objspace/std/fake.py
>    pypy/dist/pypy/objspace/std/floattype.py
>    pypy/dist/pypy/objspace/std/inttype.py
>    pypy/dist/pypy/objspace/std/listtype.py
>    pypy/dist/pypy/objspace/std/longtype.py
>    pypy/dist/pypy/objspace/std/objecttype.py
>    pypy/dist/pypy/objspace/std/slicetype.py
>    pypy/dist/pypy/objspace/std/stringtype.py
>    pypy/dist/pypy/objspace/std/tupletype.py
>    pypy/dist/pypy/objspace/std/typetype.py
> Log:
> Replace the calls to xyz.__init__() with known calls to
> XyzClass.__init__(xyz).  Avoids annotator surprizes.

When doing such (and other similarly non-obvious) changes 
could you at least add a few lines in the RPython documentation 
trying to pin down the "restriction"?  

cheers, 

    holger
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to