]> granicus.if.org Git - python/commit
Note that sys._getframe is not guaranteed to exist in all implementations of Python...
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sun, 13 Sep 2009 16:46:19 +0000 (16:46 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sun, 13 Sep 2009 16:46:19 +0000 (16:46 +0000)
commit668be589ef5700aa1d7fd29e9f0b528824804d07
tree719ed9402f1bfa31ec804ef3513777024837c9e4
parentc3f79373e89cfe926b6e1f9e2f73dada1cbfff8e
Note that sys._getframe is not guaranteed to exist in all implementations of Python, and a corresponding note in inspect.currentframe. Issue 6712.
Doc/library/inspect.rst
Doc/library/sys.rst