Re: PyEval_EvalFrame

2006-04-27 Thread Tim Peters
[EMAIL PROTECTED] > I see a C/python program that we're using spending a lot of time in > this function, far more than we think it should. What is it? PyEval_EvalFrame is the heart of the CPython interpreter: it's a very large function that _implements_ the interpreter, marching

PyEval_EvalFrame

2006-04-27 Thread [EMAIL PROTECTED]
I see a C/python program that we're using spending a lot of time in this function, far more than we think it should. What is it? Thanks in advance! There seems to be nothing (but a bunch of stack traces) when I google this. Brett -- http://mail.python.org/mailman/listinfo/python-list