[pypy-issue] [issue1415] Kermit tests failing - interpreter not functional

Amaury Forgeot d Arc tracker at bugs.pypy.org
Tue Mar 5 08:51:53 CET 2013


Amaury Forgeot d Arc <amauryfa at gmail.com> 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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1415>
________________________________________


More information about the pypy-issue mailing list