[pypy-dev] special methods

Simon Burton simon at arrowtheory.com
Fri Mar 30 03:37:44 CEST 2007


On Thu, 29 Mar 2007 18:00:47 +0200
Armin Rigo <arigo at tunes.org> wrote:

> To do this properly you need a consider_op_str() using
> bookkeeper.emulate_pbc_call(), a lot of patience understanding what
> rpbc.py is doing, and probably a call to hlinvoke() in the ll_str() of
> rclass.py... 

I am very curious about this suggestively named hlinvoke.. It seems that
if we can get the ll_str of rclass to call the low-level-ized version of the __str__
method then we are done. Is this the idea behind hlinvoke ? (... looking now at test_rpbc...)

Simon.



More information about the Pypy-dev mailing list