Staging
v0.5.1
https://github.com/python/cpython
Revision a5fd7ba939d07fcc8788d19d72b499bb91ebcacf authored by Neal Norwitz on 29 May 2002, 01:29:38 UTC, committed by Neal Norwitz on 29 May 2002, 01:29:38 UTC
fixed an old buglet that caused bdb to be unable to
continue in the botframe, after a breakpoint was set.
the key idea is not to set botframe to the bottom level frame,
but its f_back, which actually might be None.
Additional changes: migrated old exception trick to use
sys._getframe(), which exists both in 2.1 and 2.2 .

Note: I believe Mark Hammond needs to look over his code now.
F5 correctly starts up in the debugger, but later on doesn't stop at a given
breakpoint any longer.

kind regards - chris
1 parent 3722b84
History
Tip revision: a5fd7ba939d07fcc8788d19d72b499bb91ebcacf authored by Neal Norwitz on 29 May 2002, 01:29:38 UTC
Backport fix by tismer for #210682
Tip revision: a5fd7ba
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 79 bytes
.hgtags -rw-r--r-- 2.3 KB
LICENSE -rw-r--r-- 11.5 KB
Makefile.pre.in -rw-r--r-- 21.8 KB
README -rw-r--r-- 38.8 KB
acconfig.h -rw-r--r-- 6.3 KB
config.h.in -rw-r--r-- 17.1 KB
configure -rwxr-xr-x 181.7 KB
configure.in -rw-r--r-- 38.2 KB
install-sh -rwxr-xr-x 5.5 KB
setup.py -rw-r--r-- 25.2 KB

README

back to top