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

Serhiy Storchaka report at bugs.python.org
Thu Jan 17 04:26:12 EST 2019


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

This looks to me like an error in the user code. What is the use case of passing an object that does not implement the mapping interface as locals to pdb.run()?

----------

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


More information about the Python-bugs-list mailing list