Message411167
| Author | vstinner |
|---|---|
| Recipients | erlendaasland, petr.viktorin, vstinner |
| Date | 2022-01-21.17:47:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1642787233.48.0.518000550389.issue46433@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
An alternative would be to merge PyHeapTypeObject members into PyTypeObject. I don't get why there is a separated struture: PyTypeObject is excluded from the stable ABI. See my remark about that: https://bugs.python.org/issue22079#msg391464 Having a separated structure just static types make the code more complex and more error prone. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-01-21 17:47:13 | vstinner | set | recipients: + vstinner, petr.viktorin, erlendaasland |
| 2022-01-21 17:47:13 | vstinner | set | messageid: <1642787233.48.0.518000550389.issue46433@roundup.psfhosted.org> |
| 2022-01-21 17:47:13 | vstinner | link | issue46433 messages |
| 2022-01-21 17:47:13 | vstinner | create | |