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 pitrou, rhettinger, serhiy.storchaka
Date 2015-03-01.08:13:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425197639.88.0.107377725706.issue23553@psf.upfronthosting.co.za>
In-reply-to
Content
Parenthesis around Py_SIZE() are redundant.

Are there any benchmarking results that show a speed up? Such microoptimization makes sense in tight loops, but optimized source code looks more cumbersome and errorprone.
History
Date User Action Args
2015-03-01 08:13:59serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou
2015-03-01 08:13:59serhiy.storchakasetmessageid: <1425197639.88.0.107377725706.issue23553@psf.upfronthosting.co.za>
2015-03-01 08:13:59serhiy.storchakalinkissue23553 messages
2015-03-01 08:13:59serhiy.storchakacreate