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 tim.peters
Recipients Dubslow, docs@python, rhettinger, terry.reedy, tim.peters
Date 2017-11-21.03:30:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511235025.92.0.213398074469.issue32099@psf.upfronthosting.co.za>
In-reply-to
Content
I agree the current recipe strikes a very nice balance among competing interests, and is educational on several counts.

s/pending/numactive/

    # Remove the iterator we just exhausted from the cycle.
    numactive -= 1
    nexts = cycle(islice(nexts, numactive))
History
Date User Action Args
2017-11-21 03:30:26tim.peterssetrecipients: + tim.peters, rhettinger, terry.reedy, docs@python, Dubslow
2017-11-21 03:30:25tim.peterssetmessageid: <1511235025.92.0.213398074469.issue32099@psf.upfronthosting.co.za>
2017-11-21 03:30:25tim.peterslinkissue32099 messages
2017-11-21 03:30:25tim.peterscreate