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 rhettinger
Recipients rhettinger, serhiy.storchaka, terry.reedy, vstinner
Date 2017-03-24.21:27:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490390825.79.0.719081343651.issue29838@psf.upfronthosting.co.za>
In-reply-to
Content
Please don't add more code to critical paths.  

There is no demonstrated need for an additional check here.  The current code has worked well for millions of users for many years.

Also, there are too many checks in common paths and some of them are redundant.  We need less of this, not more.
History
Date User Action Args
2017-03-24 21:27:05rhettingersetrecipients: + rhettinger, terry.reedy, vstinner, serhiy.storchaka
2017-03-24 21:27:05rhettingersetmessageid: <1490390825.79.0.719081343651.issue29838@psf.upfronthosting.co.za>
2017-03-24 21:27:05rhettingerlinkissue29838 messages
2017-03-24 21:27:05rhettingercreate