2010/4/10 Renjie Xu <[email protected]>: > Not limit to that, I also want to monitor some system level status, such as > the network flows, memory changes, even thread/process situation(I am not > sure if I can do this even in JIT) . > I just want to know if JIT has processed some exceptions so that only > based-on python code I cannot see them.
I think you want to look at the PyPy sandbox. (which at the moment is not compatible with the JIT) -- Regards, Benjamin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
