Amaury Forgeot d Arc <[email protected]> added the comment: The interpreter is indeed broken. - for print, W_Root objects need a str() method; - in JUMP_IF_FALSE, some boolean value of the object should be used: W_IntObject() is always True!
---------- assignedto: -> fijal nosy: +amaury, fijal ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1415> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
