[pypy-issue] [issue731] Problem handling set operations

Antonio Cuni tracker at bugs.pypy.org
Fri May 27 20:32:08 CEST 2011


Antonio Cuni <anto.cuni at gmail.com> added the comment:

This smaller test case shows the bug as well. I did not investigate further, though.

def foo():
    for i in range(2000):
        x = {i}
        assert type(x) is set

foo()

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


More information about the pypy-issue mailing list