[issue32669] cgitb file to print OSError exceptions

R. David Murray report at bugs.python.org
Thu Jan 25 16:05:40 EST 2018


R. David Murray <rdmurray at bitdance.com> added the comment:

Yep, this one might get closed as "as designed", too ;)  cgitb has to cope with something going wrong with trying to print out values, because there are a number of ways to break that in Python, not just the one you are pointing to.

If you have a thought about how to move the exception handling deeper into the module in a generalized way, we could consider that option.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32669>
_______________________________________


More information about the Python-bugs-list mailing list