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 larry, scoder, serhiy.storchaka, vstinner, xtreak
Date 2019-01-11.17:23:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547227423.56.0.534129229054.issue35582@roundup.psfhosted.org>
In-reply-to
Content
Just inlining the arg tuple unpacking in iter() give only 10% speed up. I would not apply this optimization for such small difference. But with converting it to fast call it looks more interesting.
History
Date User Action Args
2019-01-11 17:23:45serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, vstinner, larry, xtreak
2019-01-11 17:23:43serhiy.storchakasetmessageid: <1547227423.56.0.534129229054.issue35582@roundup.psfhosted.org>
2019-01-11 17:23:43serhiy.storchakalinkissue35582 messages
2019-01-11 17:23:43serhiy.storchakacreate