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

README

back to top