Hi Amaury,
Bah, isinstance(x, (int,long)) is not RPython. isinstance(x, int) or isinstance(x, long) should be used instead.
yes, that got me further. There was one more fix needed, done by Armin.
Back in business now, thanks all!
Best regards,
Wim
--
[email protected] -- +1 (510) 486 6411 -- www.lavrijsen.net
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev
