[pypy-dev] setting attribute of JitHookInterface instance

Armin Rigo arigo at tunes.org
Tue Mar 15 06:48:01 EDT 2016


Hi Magnus,

On 15 March 2016 at 03:32, Magnus Morton <m at magnusmorton.com> wrote:
> [translation:ERROR] MissingRTypeAttribute: on_abort
> [translation:ERROR] .. (rpython.jit.metainterp.pyjitpl:2224)MetaInterp.aborted_tracing
> [translation:ERROR] .. block at 59 with 2 exits(v1678)
> [translation:ERROR] .. v1680 = getattr(v1679, ('on_abort'))

This says that 'on_abort' is not found.  Are you sure you have, like
pypy/module/pypyjit/hooks.py, written a JitHookInterface subclass
which provides all the same 'on_*' methods?


A bientôt,

Armin.


More information about the pypy-dev mailing list