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.8 KB
atof.c -rw-r--r-- 2.3 KB
bltinmodule.c -rw-r--r-- 52.0 KB
ceval.c -rw-r--r-- 62.6 KB
compile.c -rw-r--r-- 74.0 KB
dup2.c -rw-r--r-- 691 bytes
errors.c -rw-r--r-- 8.7 KB
fmod.c -rw-r--r-- 1.9 KB
frozen.c -rw-r--r-- 2.4 KB
frozenmain.c -rw-r--r-- 2.8 KB
getargs.c -rw-r--r-- 23.8 KB
getcompiler.c -rw-r--r-- 1.8 KB
getcopyright.c -rw-r--r-- 1.6 KB
getcwd.c -rw-r--r-- 2.8 KB
getmtime.c -rw-r--r-- 1.8 KB
getopt.c -rw-r--r-- 2.3 KB
getplatform.c -rw-r--r-- 1.6 KB
getversion.c -rw-r--r-- 1.7 KB
graminit.c -rw-r--r-- 24.1 KB
hypot.c -rw-r--r-- 309 bytes
import.c -rw-r--r-- 54.4 KB
importdl.c -rw-r--r-- 28.7 KB
importdl.h -rw-r--r-- 2.0 KB
marshal.c -rw-r--r-- 15.5 KB
memmove.c -rw-r--r-- 1.9 KB
modsupport.c -rw-r--r-- 10.4 KB
mystrtoul.c -rw-r--r-- 4.6 KB
pyfpe.c -rw-r--r-- 629 bytes
pystate.c -rw-r--r-- 5.5 KB
pythonmain.c -rw-r--r-- 5.8 KB
pythonrun.c -rw-r--r-- 25.4 KB
sigcheck.c -rw-r--r-- 2.0 KB
strdup.c -rw-r--r-- 321 bytes
strerror.c -rw-r--r-- 1.9 KB
strtod.c -rw-r--r-- 5.1 KB
structmember.c -rw-r--r-- 6.5 KB
sysmodule.c -rw-r--r-- 18.0 KB
thread.c -rw-r--r-- 3.6 KB
thread_cthread.h -rw-r--r-- 4.8 KB
thread_foobar.h -rw-r--r-- 3.8 KB
thread_lwp.h -rw-r--r-- 5.1 KB
thread_nt.h -rw-r--r-- 6.8 KB
thread_os2.h -rw-r--r-- 5.1 KB
thread_pthread.h -rw-r--r-- 11.4 KB
thread_sgi.h -rw-r--r-- 13.0 KB
thread_solaris.h -rw-r--r-- 5.6 KB
traceback.c -rw-r--r-- 6.7 KB

back to top