what exactly are you doing? Are you modifying PyPy? Are you trying to
access it from a C extension?

On Tue, May 26, 2015 at 11:45 AM, Yicong Huang <hengha....@gmail.com> wrote:
> We would like to monitor and log all external function calls from a class:
> when there the function call happen, we capture and log the frame.
>
> In python, there is the function PyEval_EvalFrameEx() we might add a
> callback inside.
> Is there a similar function in PyPy that would be called when the function
> call happens?
>
>
>
>
> _______________________________________________
> pypy-dev mailing list
> pypy-dev@python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
>
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to