On Thu, Jun 14, 2018 at 4:03 AM Daniel Sánchez Fábregas
<[email protected]> wrote:

> My idea consist in:
> Adding a method to perform type checking in traceback objects
> When printing stack traces search for mistyped arguments and warn about
> them to the user.
>
​
Isn't it faster and far more reliable to run your code through mypy (or
whatever) and detect these problems statically, rather than wait and hope
that you run into the problem dynamically?
_______________________________________________
Python-ideas mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to