[issue35405] Wrong traceback for AssertionError while running under pdb

Serhiy Storchaka report at bugs.python.org
Tue Dec 4 06:19:24 EST 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

There is nothing specific for assert and AssertionError. Other example:

import pdb; pdb.set_trace()
x = 1
y = 1/0

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list