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 rhettinger, serhiy.storchaka, sir-sigurd
Date 2017-08-03.06:32:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501741928.11.0.457216938852.issue31108@psf.upfronthosting.co.za>
In-reply-to
Content
The patch adds almost 40 line of the code and increases the performance of not well famous feature at best by 10-20%. Adding an optimization for every new iterator type will add a comparable quantity of the code. I think this is too high cost.

Using a common template implementation for iterators (issue27438) would decrease the relative cost of this feature.
History
Date User Action Args
2017-08-03 06:32:08serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, sir-sigurd
2017-08-03 06:32:08serhiy.storchakasetmessageid: <1501741928.11.0.457216938852.issue31108@psf.upfronthosting.co.za>
2017-08-03 06:32:08serhiy.storchakalinkissue31108 messages
2017-08-03 06:32:07serhiy.storchakacreate