]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
_getframe(): New sys module function for getting at the stack frame.
authorBarry Warsaw <barry@python.org>
Wed, 6 Dec 2000 21:47:46 +0000 (21:47 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 6 Dec 2000 21:47:46 +0000 (21:47 +0000)
commitb6a54d2a2cd0537be8e013a96068a8ffeaee5847
treed356dabe069c2497039ef541e3122fddff1b0e30
parente63544f872c4d1af8e76b42b32db79eef12c8902
_getframe(): New sys module function for getting at the stack frame.
Implements and closes SF patch #102106, with Guido's suggested
documentation changes.
Doc/lib/libsys.tex
Python/sysmodule.c