commit | b6a54d2a2cd0537be8e013a96068a8ffeaee5847 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Dec 06 21:47:46 2000 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Dec 06 21:47:46 2000 +0000 |
tree | d356dabe069c2497039ef541e3122fddff1b0e30 | |
parent | e63544f872c4d1af8e76b42b32db79eef12c8902 [diff] |
_getframe(): New sys module function for getting at the stack frame. Implements and closes SF patch #102106, with Guido's suggested documentation changes.