Issue36531
Created on 2019-04-04 23:53 by eelizondo, last changed 2022-04-11 14:59 by admin.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 12691 | merged | eelizondo, 2019-04-04 23:57 | |
| Messages (2) | |||
|---|---|---|---|
| msg339468 - (view) | Author: Eddie Elizondo (eelizondo) * | Date: 2019-04-04 23:53 | |
If a user accidentally defined more than one Py_tp_members in the spec, PyType_FromSpec will ignore all but the last use case. However, the number of members count will cause the type to allocate more memory than needed. This leads to weird behavior and crashes. The solution is a one line fix to just restart the count if multiple Py_tp_members are defined. |
|||
| msg378769 - (view) | Author: Irit Katriel (iritkatriel) * ![]() |
Date: 2020-10-16 22:20 | |
Can this be closed? Or did you keep it open in order to add a unit test? |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:13 | admin | set | github: 80712 |
| 2020-10-16 22:20:42 | iritkatriel | set | nosy:
+ iritkatriel messages: + msg378769 |
| 2019-04-04 23:57:53 | eelizondo | set | keywords:
+ patch stage: patch review pull_requests: + pull_request12617 |
| 2019-04-04 23:53:40 | eelizondo | create | |
