Yaroslav Fedevych <[email protected]> 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 <[email protected]>
<https://bugs.pypy.org/issue1458>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to