Staging
v0.5.1
https://github.com/python/cpython
Revision 9f1292d84000f9793793002f46cd2767ff8e3dc6 authored by Guido van Rossum on 13 October 1998, 20:02:39 UTC, committed by Guido van Rossum on 13 October 1998, 20:02:39 UTC
assign the exception info to sys.last_{type,value,traceback}.  That
way, an introspective Tkinter app can inspect its own stack trace.

(The controversy is that it would keep some objects alive, but that's
probably no big deal.)
1 parent ad24ae1
History
Tip revision: 9f1292d84000f9793793002f46cd2767ff8e3dc6 authored by Guido van Rossum on 13 October 1998, 20:02:39 UTC
Perhaps a controversial change: when reporting a callback exception,
Tip revision: 9f1292d
File Mode Size
Makefile.in -rw-r--r-- 2.4 KB
abstract.c -rw-r--r-- 28.2 KB
bufferobject.c -rw-r--r-- 12.5 KB
classobject.c -rw-r--r-- 37.5 KB
cobject.c -rw-r--r-- 4.9 KB
complexobject.c -rw-r--r-- 13.7 KB
dictobject.c -rw-r--r-- 24.0 KB
fileobject.c -rw-r--r-- 21.1 KB
floatobject.c -rw-r--r-- 13.2 KB
frameobject.c -rw-r--r-- 9.9 KB
funcobject.c -rw-r--r-- 6.3 KB
intobject.c -rw-r--r-- 16.3 KB
listobject.c -rw-r--r-- 36.6 KB
longobject.c -rw-r--r-- 38.5 KB
methodobject.c -rw-r--r-- 6.5 KB
moduleobject.c -rw-r--r-- 5.6 KB
object.c -rw-r--r-- 18.2 KB
rangeobject.c -rw-r--r-- 5.5 KB
sliceobject.c -rw-r--r-- 3.7 KB
stringobject.c -rw-r--r-- 23.9 KB
tupleobject.c -rw-r--r-- 10.8 KB
typeobject.c -rw-r--r-- 2.8 KB
xxobject.c -rw-r--r-- 3.9 KB

back to top