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
.cvsignore -rw-r--r-- 17 bytes
abstract.c -rw-r--r-- 34.2 KB
bufferobject.c -rw-r--r-- 11.1 KB
cellobject.c -rw-r--r-- 2.3 KB
classobject.c -rw-r--r-- 48.2 KB
cobject.c -rw-r--r-- 3.6 KB
complexobject.c -rw-r--r-- 13.9 KB
dictobject.c -rw-r--r-- 33.6 KB
fileobject.c -rw-r--r-- 33.9 KB
floatobject.c -rw-r--r-- 17.9 KB
frameobject.c -rw-r--r-- 10.0 KB
funcobject.c -rw-r--r-- 8.1 KB
intobject.c -rw-r--r-- 19.4 KB
listobject.c -rw-r--r-- 40.5 KB
longobject.c -rw-r--r-- 38.8 KB
methodobject.c -rw-r--r-- 5.0 KB
moduleobject.c -rw-r--r-- 5.7 KB
object.c -rw-r--r-- 35.5 KB
obmalloc.c -rw-r--r-- 22.2 KB
rangeobject.c -rw-r--r-- 6.5 KB
sliceobject.c -rw-r--r-- 4.1 KB
stringobject.c -rw-r--r-- 76.0 KB
tupleobject.c -rw-r--r-- 12.5 KB
typeobject.c -rw-r--r-- 1.3 KB
unicodectype.c -rw-r--r-- 8.5 KB
unicodeobject.c -rw-r--r-- 123.3 KB
unicodetype_db.h -rw-r--r-- 37.0 KB
xxobject.c -rw-r--r-- 2.4 KB

back to top