[issue38525] Strange reversed dict behavior

Dong-hee Na report at bugs.python.org
Sat Oct 19 09:16:26 EDT 2019


Dong-hee Na <donghee.na92 at gmail.com> added the comment:

This issue is related to reversed dict iter.

>>> a = reversed({})
>>> next(a)
Assertion failed: (value != NULL), function dictreviter_iternext, file Objects/dictobject.c, line 3834.
[1]    1366 abort      ./python.exe

----------
nosy: +corona10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38525>
_______________________________________


More information about the Python-bugs-list mailing list