Staging
v0.5.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
Raw File
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
.cvsignore
.purify
config.log
config.cache
config.status
Makefile
buildno
python
build
Makefile.pre
platform
pyconfig.h
back to top