Message367276
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. |
|
Date |
User |
Action |
Args |
2020-04-25 16:18:48 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, ncoghlan, Yury.Selivanov, yselivanov |
2020-04-25 16:18:48 | serhiy.storchaka | set | messageid: <1587831528.61.0.0781253858188.issue15185@roundup.psfhosted.org> |
2020-04-25 16:18:48 | serhiy.storchaka | link | issue15185 messages |
2020-04-25 16:18:48 | serhiy.storchaka | create | |
|