[pypy-dev] Re: [pypy-svn] r12801 - pypy/dist/pypy/rpython

Armin Rigo arigo at tunes.org
Fri May 27 11:46:51 CEST 2005


Hi Eric,

(CC'ing to pypy-dev, hope you don't mind...)

On Thu, May 26, 2005 at 09:04:13PM +0200, Eric van Riet Paap wrote:
> About making itless verbose: I wasn't sure
> how much dynamic coding was allowed in this file. Should this keep to
> the RPython "coding standard"?

No, this file doesn't have to follow the RPython rules.  (Also note that
even if it did, you are allowed to use 'exec' and any strange things
when the module is imported and the class defined.)

> Do we want a rbool.py for consistancy (and a rfloat.py). Or do we want
> the whole thing in one file and assume its size will shrink when refactored?

I guess rbool.py and rfloat.py make sense.


Armin



More information about the Pypy-dev mailing list