Re: [pypy-dev] Properties under RPython

2011-05-20 Thread Gabriel Jacobo
On Vie 20 May 2011 16:47:54 Benjamin Peterson escribió: > 2011/5/20 Gabriel Jacobo : > > On Vie 20 May 2011 13:44:15 Benjamin Peterson escribió: > >> 2011/5/20 Gabriel Jacobo : > >> > On Jue 19 May 2011 20:59:49 Benjamin Peterson escribió: > >> >> 2

Re: [pypy-dev] Properties under RPython

2011-05-20 Thread Gabriel Jacobo
On Vie 20 May 2011 13:44:15 Benjamin Peterson escribió: > 2011/5/20 Gabriel Jacobo : > > On Jue 19 May 2011 20:59:49 Benjamin Peterson escribió: > >> 2011/5/19 Gabriel Jacobo : > >> > Hi All! I have a quick question for the RPython gurus, are properties > >>

Re: [pypy-dev] Properties under RPython

2011-05-20 Thread Gabriel Jacobo
On Jue 19 May 2011 20:59:49 Benjamin Peterson escribió: > 2011/5/19 Gabriel Jacobo : > > Hi All! I have a quick question for the RPython gurus, are properties > > supported? > > No. Ok, thanks for the answer. How would you grade the difficulty in implementing them (Conside

[pypy-dev] Properties under RPython

2011-05-19 Thread Gabriel Jacobo
Hi All! I have a quick question for the RPython gurus, are properties supported? I thought from reading pypy tests and some mentions in IRC logs that they should work (plus I haven't found any of the RPython rules explicitly forbidding them), but I'm hitting a dead end trying to use them. If someon