This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Yury.Selivanov, ncoghlan, serhiy.storchaka, yselivanov
Date 2020-04-25.16:18:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587831528.61.0.0781253858188.issue15185@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-04-25 16:18:48serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, Yury.Selivanov, yselivanov
2020-04-25 16:18:48serhiy.storchakasetmessageid: <1587831528.61.0.0781253858188.issue15185@roundup.psfhosted.org>
2020-04-25 16:18:48serhiy.storchakalinkissue15185 messages
2020-04-25 16:18:48serhiy.storchakacreate