diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-09-08 03:37:56 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-09-08 03:37:56 (GMT) |
commit | 2d84f2c95a59b815ef6864805bb6b04b79d0e106 (patch) | |
tree | 4d12ecda2d92d52c6c1e87c01798477b3d49b4a5 /Objects/classobject.c | |
parent | b07352e8b7c4e48527fbe0b57aae295dd15c1bfd (diff) | |
download | cpython-2d84f2c95a59b815ef6864805bb6b04b79d0e106.zip cpython-2d84f2c95a59b815ef6864805bb6b04b79d0e106.tar.gz cpython-2d84f2c95a59b815ef6864805bb6b04b79d0e106.tar.bz2 |
It appears that unittest was changed to stop hoarding raw exception data,
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.
Diffstat (limited to 'Objects/classobject.c')
0 files changed, 0 insertions, 0 deletions