Message346808
| Author | Jeffrey.Kintscher |
|---|---|
| Recipients | Jeffrey.Kintscher, bup |
| Date | 2019-06-28.08:13:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1561709581.75.0.721288296716.issue36956@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Specifically, the crash occurs in Python/ceval.c function _PyEval_EvalFrameDefault() in the TARGET(FOR_ITER) case at line 3198 (master branch): PyObject *next = (*iter->ob_type->tp_iternext)(iter); It segfaults because tp_iternext is NULL. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-06-28 08:13:01 | Jeffrey.Kintscher | set | recipients: + Jeffrey.Kintscher, bup |
| 2019-06-28 08:13:01 | Jeffrey.Kintscher | set | messageid: <1561709581.75.0.721288296716.issue36956@roundup.psfhosted.org> |
| 2019-06-28 08:13:01 | Jeffrey.Kintscher | link | issue36956 messages |
| 2019-06-28 08:13:01 | Jeffrey.Kintscher | create | |