[pypy-dev] Re: [pypy-svn] r12035 - in pypy/dist/pypy: interpreter
objspace/std
holger krekel
hpk at trillke.net
Sat May 7 10:17:36 CEST 2005
Hi Armin, Hi Samuele,
On Sat, May 07, 2005 at 00:12 +0200, arigo at codespeak.net 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
More information about the pypy-dev
mailing list