Current stackdepth outside PyEval_EvalFrameEx

Fabiano Sidler fabianosidler at gmail.com
Sun Oct 22 22:20:47 EDT 2006


Hi folks!

I'm trying to implement a python function that returns the current stack
depth of its frame. Unfortunately, I don't see any possibility to get this
value outside of PyEval_EvalFrameEx. Inside of it, I'd use the STACK_LEVEL
macro. How do I do it?

Greetings,
Fips



More information about the Python-list mailing list