]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
After approval from Anthony, merge the tim-current_frames
authorTim Peters <tim.peters@gmail.com>
Mon, 10 Jul 2006 21:08:24 +0000 (21:08 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 10 Jul 2006 21:08:24 +0000 (21:08 +0000)
commit32a8361f2da758c1de662b6d5a1b780466e18cf9
tree8f60709d17ff6287fd3028944c799b94045c79da
parent2b221ed6577809c4cc5cfd53963651af247cf546
After approval from Anthony, merge the tim-current_frames
branch into the trunk.  This adds a new sys._current_frames()
function, which returns a dict mapping thread id to topmost
thread stack frame.
Doc/lib/libsys.tex
Include/pystate.h
Lib/test/test_sys.py
Misc/NEWS
Python/pystate.c
Python/sysmodule.c