[issue14235] test_cmd.py does not correctly call reload()

Josh Watson report at bugs.python.org
Sat Mar 10 06:57:57 CET 2012


Josh Watson <josh at joshwatson.com> added the comment:

That particular function only gets called by running `./python Lib/test/test_cmd.py -c`, and not through regrtest.py, so I suspect that's why it wasn't noticed before. I just happened to be exploring test files and ran into an unhandled exception when I tried running it with the -c flag, haha.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14235>
_______________________________________


More information about the Python-bugs-list mailing list