Niklaus Haldimann <[EMAIL PROTECTED]> writes: > Hi everyone > > I am currently seriously confused about the notion of RPython, and I > hope someone can show me the light here. ;) > > I guess my basic problem is: How do I find out if some code is > RPython?
Hrm. If it gets annotated without SomeObjects, I guess it's RPython. > Armin just had a checkin where he replaced str.isalpha() with > something else because string methods are not RPython. But I can > geninterp and even C compile string methods just fine. Are they C compiled to code using the Python C API? Cheers, mwh -- Usenet is like a herd of performing elephants with diarrhea -- massive, difficult to redirect, awe-inspiring, entertaining, and a source of mind-boggling amounts of excrement when you least expect it. -- spaf (1992) _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
