inducer / pudb

Full-screen console debugger for Python
https://documen.tician.de/pudb/
Other
3k stars 229 forks source link

Use `except Exception` in container ABCs #517

Closed mvanderkamp closed 2 years ago

mvanderkamp commented 2 years ago

Simple way of addressing #516 and similar issues that could crop up from bugs / incomplete implementations in container methods.

Closes #516.

inducer commented 2 years ago

Makes sense to me. Especially in a debugger, it's likely a good idea to be forgiving of misbehaving user code.