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 barry, ethan.furman, gvanrossum, methane, rhettinger, serhiy.storchaka, vstinner
Date 2017-10-05.10:08:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
PR 3867 looks unpythonic to me. We usually don't check the type of arguments. This complicate and slow down a code.

Do you have a realistic example when the current behavior harms?
History
Date User Action Args
2017-10-05 10:08:57serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, barry, rhettinger, vstinner, methane, ethan.furman
2017-10-05 10:08:57serhiy.storchakasetmessageid: <[email protected]>
2017-10-05 10:08:57serhiy.storchakalinkissue31671 messages
2017-10-05 10:08:57serhiy.storchakacreate