This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:00vstinnersetrecipients: + vstinner, eric.snow, corona10, alex-garel, shihai1991, aeros, erlendaasland, nw0
2021-08-18 14:36:00vstinnersetmessageid: <1629297360.89.0.416806122134.issue40512@roundup.psfhosted.org>
2021-08-18 14:36:00vstinnerlinkissue40512 messages
2021-08-18 14:36:00vstinnercreate