[pypy-issue] [issue829] found an operation that always raises AttributeError: generated by a constant operation: getattr

Armin Rigo tracker at bugs.pypy.org
Tue Aug 16 14:03:04 CEST 2011


Armin Rigo <armin.rigo at gmail.com> added the comment:

This prompted me to move the special-casing of the we_are_translated() function
earlier, in the flow space already.  A benefit is that the False path is not
going to be flown at all; it's also simpler, actually.  Done in 80bde0482a01.

----------
nosy: +arigo
status: unread -> resolved

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue829>
________________________________________


More information about the pypy-issue mailing list