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.13:16:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571490986.73.0.769139772379.issue38525@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-10-19 13:16:26corona10setrecipients: + corona10, ned.deily, methane, ivb, xtreak
2019-10-19 13:16:26corona10setmessageid: <1571490986.73.0.769139772379.issue38525@roundup.psfhosted.org>
2019-10-19 13:16:26corona10linkissue38525 messages
2019-10-19 13:16:26corona10create