Staging
v0.8.1
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
.cvsignore -rw-r--r-- 17 bytes
abstract.c -rw-r--r-- 38.1 KB
bufferobject.c -rw-r--r-- 11.1 KB
cellobject.c -rw-r--r-- 2.3 KB
classobject.c -rw-r--r-- 54.7 KB
cobject.c -rw-r--r-- 3.6 KB
complexobject.c -rw-r--r-- 20.7 KB
descrobject.c -rw-r--r-- 23.0 KB
dictobject.c -rw-r--r-- 47.7 KB
fileobject.c -rw-r--r-- 34.2 KB
floatobject.c -rw-r--r-- 20.0 KB
frameobject.c -rw-r--r-- 11.8 KB
funcobject.c -rw-r--r-- 14.0 KB
intobject.c -rw-r--r-- 24.3 KB
iterobject.c -rw-r--r-- 5.8 KB
listobject.c -rw-r--r-- 44.3 KB
longobject.c -rw-r--r-- 51.7 KB
methodobject.c -rw-r--r-- 7.1 KB
moduleobject.c -rw-r--r-- 5.4 KB
object.c -rw-r--r-- 43.1 KB
obmalloc.c -rw-r--r-- 22.2 KB
rangeobject.c -rw-r--r-- 6.9 KB
sliceobject.c -rw-r--r-- 4.4 KB
stringobject.c -rw-r--r-- 83.8 KB
tupleobject.c -rw-r--r-- 14.4 KB
typeobject.c -rw-r--r-- 82.9 KB
unicodectype.c -rw-r--r-- 8.6 KB
unicodeobject.c -rw-r--r-- 129.0 KB
unicodetype_db.h -rw-r--r-- 37.0 KB
xxobject.c -rw-r--r-- 2.4 KB

back to top