Benjamin Peterson <benja...@python.org> added the comment:

Technically, inspect.currentframe() doesn't have a depth parameter. It's just 
implemented by aliasing to sys._getframe() which does.

----------
nosy: +benjamin.peterson

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6678>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to