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 petr.viktorin
Recipients petr.viktorin, shihai1991, vstinner
Date 2021-09-06.11:18:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630927089.71.0.284862508032.issue45113@roundup.psfhosted.org>
In-reply-to
Content
I think you will run into issues with allocating tp_members, because there isn't a good mechanism to for type objects to manage C-level data.

But I encourage you to try, so you get a better understanding of the problem :)
History
Date User Action Args
2021-09-06 11:18:09petr.viktorinsetrecipients: + petr.viktorin, vstinner, shihai1991
2021-09-06 11:18:09petr.viktorinsetmessageid: <1630927089.71.0.284862508032.issue45113@roundup.psfhosted.org>
2021-09-06 11:18:09petr.viktorinlinkissue45113 messages
2021-09-06 11:18:09petr.viktorincreate