[pypy-issue] [issue1100] Dict iterators can return deleted entries

Armin Rigo tracker at bugs.pypy.org
Mon Apr 2 17:34:24 CEST 2012


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

Fixed in ae4a7ab99a76, by starting from your patch (thanks!).  The issue was
that you placed the test in a class that contains tests run with and without
dict strategies.  Of course the test fails to raise if we don't have dict
strategies.

----------
status: chatting -> resolved

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


More information about the pypy-issue mailing list