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 serhiy.storchaka, sir-sigurd
Date 2019-02-21.06:57:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550732222.36.0.0201554378718.issue36062@roundup.psfhosted.org>
In-reply-to
Content
Nice! This is an example of good microoptimization. The performance gain is tiny (although measurable), but the cost is virtually zero: it does not increase code complexity and does not have side effects.
History
Date User Action Args
2019-02-21 06:57:02serhiy.storchakasetrecipients: + serhiy.storchaka, sir-sigurd
2019-02-21 06:57:02serhiy.storchakasetmessageid: <1550732222.36.0.0201554378718.issue36062@roundup.psfhosted.org>
2019-02-21 06:57:02serhiy.storchakalinkissue36062 messages
2019-02-21 06:57:02serhiy.storchakacreate