Staging
v0.5.1
https://github.com/python/cpython
Revision 2f0441f03f71c658148bff60be46585f56670d1f authored by Robert Collins on 05 March 2015, 02:45:01 UTC, committed by Robert Collins on 05 March 2015, 02:45:01 UTC
The code module was using a private function from traceback in order to skip a
frame - used the direct interface to do that instead,

The decimal module suffered minor fallout from formatting changes ('None' as a
value is now not printed by traceback, the same as None was not before).

The cgitb module was passing a bogus exception type (type.__name__) into
format_exception, which uncovered that format_exception and print_exception had
been ignoring the etype for some time, so the compatibility thunk to the new
code now does the same thing.
1 parent 3737e60
History
Tip revision: 2f0441f03f71c658148bff60be46585f56670d1f authored by Robert Collins on 05 March 2015, 02:45:01 UTC
Remaining fallout from 17911
Tip revision: 2f0441f
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.1 KB
_testembed.c -rw-r--r-- 3.8 KB
python.c -rw-r--r-- 1.9 KB

README

back to top