This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author corona10
Recipients corona10, ivb, methane, ned.deily, xtreak
Date 2019-10-19.14:03:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571493817.49.0.67384414602.issue38525@roundup.psfhosted.org>
In-reply-to
Content
>>> reversed({}.items())
<dict_reverseitemiterator object at 0x106a2bc50>
>>> a = reversed({}.items())
>>> next(a)
Assertion failed: (value != NULL), function dictreviter_iternext, file Objects/dictobject.c, line 3834.
[1]    4106 abort      ./python.exe
History
Date User Action Args
2019-10-19 14:03:37corona10setrecipients: + corona10, ned.deily, methane, ivb, xtreak
2019-10-19 14:03:37corona10setmessageid: <1571493817.49.0.67384414602.issue38525@roundup.psfhosted.org>
2019-10-19 14:03:37corona10linkissue38525 messages
2019-10-19 14:03:37corona10create