[issue34782] Pdb crashes when code is executed in a mapping that does not define `__contains__`

Serhiy Storchaka report at bugs.python.org
Wed Jan 16 07:14:36 EST 2019


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

There is no a crash. There is just an exception raised when you pass an inappropriate object as locals. This is an expected behavior, and I do not think that anything need to be changed.

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

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


More information about the Python-bugs-list mailing list