Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

I think it is rather a work for linter's and static type checking. Runtime 
check adds an overhead, and it is expected that in correct program it will 
always pass. You need the check only while write the program, it may help in 
debugging. But once it has been debugged and tested, the check becomes a waste 
of CPU time.

Since this issue was not touched for 8 years and there is a large progress in 
static code analysis, I suggest to close it.

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

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue15185>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to