[pypy-issue] [issue1522] In some cases, `set(itertools.ifilter(...` takes more memory than in CPython

Armin Rigo tracker at bugs.pypy.org
Thu Jul 4 18:41:59 CEST 2013


Armin Rigo <armin.rigo at gmail.com> added the comment:

Minimal test case:

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

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1522>
________________________________________


More information about the pypy-issue mailing list