[Python-Dev] Is explicit registration of Iterators needed?

Serhiy Storchaka storchaka at gmail.com
Sat Oct 8 05:46:21 EDT 2016


On 07.10.16 18:08, Guido van Rossum wrote:
> On Fri, Oct 7, 2016 at 7:47 AM, Serhiy Storchaka <storchaka at gmail.com> wrote:
>> Should we register missed builtin iterators? For example longrange_iterator.
>
> I don't feel strongly about this either way. Let sleeping dogs lie,
> etc. (Is this related to issue 26906?)

Not directly. If remove explicit iterator registrations some tests 
become failing due to the bug 26906. After fixing issue26906 the tests 
are passed again. Thus the bug 26906 could be found earlier if iterators 
were not registered.



More information about the Python-Dev mailing list