Message354939
| 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:37 | corona10 | set | recipients: + corona10, ned.deily, methane, ivb, xtreak |
| 2019-10-19 14:03:37 | corona10 | set | messageid: <1571493817.49.0.67384414602.issue38525@roundup.psfhosted.org> |
| 2019-10-19 14:03:37 | corona10 | link | issue38525 messages |
| 2019-10-19 14:03:37 | corona10 | create | |