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 larry
Recipients ezio.melotti, larry, rhettinger, serhiy.storchaka, terry.reedy, vajrasky
Date 2014-01-25.10:37:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390646244.77.0.923236761437.issue19145@psf.upfronthosting.co.za>
In-reply-to
Content
The logic of the patch is hard to follow.  However, it's still examining the size of args, and now it's examining the size of kwargs, and behaving differently based on these sizes is exactly what I don't want.

I've attached an example patch of how I would change itertools.repeat if I were doing it today, without the benefit of Argument Clinic.  If that approach seems reasonable, maybe we can redo it with Argument Clinic and get a signature too.
History
Date User Action Args
2014-01-25 10:37:24larrysetrecipients: + larry, rhettinger, terry.reedy, ezio.melotti, serhiy.storchaka, vajrasky
2014-01-25 10:37:24larrysetmessageid: <1390646244.77.0.923236761437.issue19145@psf.upfronthosting.co.za>
2014-01-25 10:37:24larrylinkissue19145 messages
2014-01-25 10:37:24larrycreate