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 rhettinger
Recipients python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2016-02-11.06:58:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455173904.12.0.0915959778863.issue26200@psf.upfronthosting.co.za>
In-reply-to
Content
Most of the SETREFs in the next() functions in the itertools module should also be restored to there former state.  They look to have been correct before the change, so there was no improvement, only degradation.  Much of that code had been finely tuned and battle tested over many years -- the addition of SETREFs was gratuitous.
History
Date User Action Args
2016-02-11 06:58:24rhettingersetrecipients: + rhettinger, vstinner, python-dev, serhiy.storchaka
2016-02-11 06:58:24rhettingersetmessageid: <1455173904.12.0.0915959778863.issue26200@psf.upfronthosting.co.za>
2016-02-11 06:58:24rhettingerlinkissue26200 messages
2016-02-11 06:58:23rhettingercreate