[pypy-issue] [issue1458] Translation of a PyPy checkout with an older PyPy checkout fails

Yaroslav Fedevych tracker at bugs.pypy.org
Thu Apr 18 13:46:53 CEST 2013


Yaroslav Fedevych <jaroslaw.fedewicz at gmail.com> added the comment:

Also, the more exact location of ll_finalizer is framework.py:1235, which reads

        def ll_finalizer(addr):
            v = llmemory.cast_adr_to_ptr(addr, DESTR_ARG)
            ll_call_destructor(destrptr, v, typename)

Hope this helps.

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


More information about the pypy-issue mailing list