Armin Rigo <[email protected]> added the comment:

Minimal test case:

def f():
    for i in xrange(100000000):
        yield 42
set(f())

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1522>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to