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 pablogsal
Recipients corona10, mark.dickinson, methane, pablogsal, rhettinger, serhiy.storchaka, vstinner
Date 2020-10-26.01:50:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603677019.61.0.0661487296047.issue42147@roundup.psfhosted.org>
In-reply-to
Content
My particular opinion is that I would advise against having more branching, especially for code that is rare: it augments the possibilities of branch mispredictions, the changes of untested code paths, and the possibilities of unknown interactions. In this case, I agree that the code is simple enough, but I still feel that the cost may not be worth the extra maintenance needs of those branches.
History
Date User Action Args
2020-10-26 01:50:19pablogsalsetrecipients: + pablogsal, rhettinger, mark.dickinson, vstinner, methane, serhiy.storchaka, corona10
2020-10-26 01:50:19pablogsalsetmessageid: <1603677019.61.0.0661487296047.issue42147@roundup.psfhosted.org>
2020-10-26 01:50:19pablogsallinkissue42147 messages
2020-10-26 01:50:19pablogsalcreate