Staging
v0.5.0
https://github.com/python/cpython
Revision 2d84f2c95a59b815ef6864805bb6b04b79d0e106 authored by Tim Peters on 08 September 2001, 03:37:56 UTC, committed by Tim Peters on 08 September 2001, 03:37:56 UTC
saving instead a traceback string, but test_support's run_unittest was
still peeking into unittest internals and trying to pick apart unittest's
errors and failures vectors as if they contained exc_info() tuples instead
of strings.
Whatever, when a unittest-based test failed, test_support blew up.  I'm
not sure this is the right way to fix it; it simply gets me unstuck.
1 parent b07352e
History
Tip revision: 2d84f2c95a59b815ef6864805bb6b04b79d0e106 authored by Tim Peters on 08 September 2001, 03:37:56 UTC
It appears that unittest was changed to stop hoarding raw exception data,
Tip revision: 2d84f2c
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.1 KB
LICENSE -rw-r--r-- 12.0 KB
Makefile.pre.in -rw-r--r-- 25.4 KB
PLAN.txt -rw-r--r-- 12.2 KB
README -rw-r--r-- 38.3 KB
acconfig.h -rw-r--r-- 7.2 KB
configure -rwxr-xr-x 200.7 KB
configure.in -rw-r--r-- 49.0 KB
install-sh -rwxr-xr-x 5.5 KB
pyconfig.h.in -rw-r--r-- 18.6 KB
setup.py -rw-r--r-- 30.1 KB

README

back to top