Larry Hastings added the comment:

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.

----------
Added file: 
http://bugs.python.org/file33698/larry.sample.itertools.repeat.patch.1.txt

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19145>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to