Message399847
| Author | vstinner |
|---|---|
| Recipients | aeros, alex-garel, corona10, eric.snow, erlendaasland, nw0, shihai1991, vstinner |
| Date | 2021-08-18.14:36:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1629297360.89.0.416806122134.issue40512@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
PyStructSequence_InitType2() is not compatible with subinterpreters: it uses static types. Moreover, it allocates tp_members memory which is not released when the type is destroyed. But I'm not sure that the type is ever destroyed, since this API is designed for static types. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-08-18 14:36:00 | vstinner | set | recipients: + vstinner, eric.snow, corona10, alex-garel, shihai1991, aeros, erlendaasland, nw0 |
| 2021-08-18 14:36:00 | vstinner | set | messageid: <1629297360.89.0.416806122134.issue40512@roundup.psfhosted.org> |
| 2021-08-18 14:36:00 | vstinner | link | issue40512 messages |
| 2021-08-18 14:36:00 | vstinner | create | |