>> I'm trying to implement a python function that returns the current
    >> stack depth of its frame.

Maybe sys._getframe() or traceback.extract_stack()?

Skip
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to