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 shreyanavigyan
Recipients petr.viktorin, shreyanavigyan
Date 2021-05-19.15:27:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621438076.52.0.309277693692.issue44099@roundup.psfhosted.org>
In-reply-to
Content
Yes and it wouldn't be a problem. If struct member is 0 or NULL then use default behavior. If not then apply PyModule_AddType or PyModule_AddObject on all of those. Then after finishing set slot to NULL again since we don't want to add a type more than once. And yes after this also anyone can add more types. This will just introduce a handy way to add types.
History
Date User Action Args
2021-05-19 15:27:56shreyanavigyansetrecipients: + shreyanavigyan, petr.viktorin
2021-05-19 15:27:56shreyanavigyansetmessageid: <1621438076.52.0.309277693692.issue44099@roundup.psfhosted.org>
2021-05-19 15:27:56shreyanavigyanlinkissue44099 messages
2021-05-19 15:27:56shreyanavigyancreate