]> granicus.if.org Git - python/commit
implement chained exception tracebacks
authorBenjamin Peterson <benjamin@python.org>
Tue, 15 Jul 2008 15:32:09 +0000 (15:32 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 15 Jul 2008 15:32:09 +0000 (15:32 +0000)
commite65282114e96efb9e7eee77c57244943b746f6fe
tree9daa571b35e287058d54b39bffbc6ca89a843f65
parent9bab65c25928617b2911d2f42d01e5543893ed93
implement chained exception tracebacks

patch from Antoine Pitrou #3112
Include/traceback.h
Lib/test/test_raise.py
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS
Modules/_testcapimodule.c
Python/_warnings.c
Python/errors.c
Python/pythonrun.c
Python/traceback.c