On Sat, Apr 10, 2010 at 2:32 PM, Benjamin Peterson <[email protected]> wrote: > 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) >
Stop spreading FUD, it is compatible :) Renje: if you want to write a python program, JIT is completely opaque. It'll work with and without JIT the same way. _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
