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 erlendaasland
Recipients christian.heimes, erlendaasland, paul.moore, shreyanavigyan, steve.dower, tim.golden, zach.ware
Date 2021-05-07.20:27:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620419241.19.0.224469709272.issue44066@roundup.psfhosted.org>
In-reply-to
Content
You need to create your type objects dynamically when using the Limited API. See PEP 384 for how to do so:
https://www.python.org/dev/peps/pep-0384/#type-objects

Quoting from the PEP:
"The structure of type objects is not available to applications; declaration of "static" type objects is not possible anymore (for applications using this ABI). Instead, type objects get created dynamically."
History
Date User Action Args
2021-05-07 20:27:21erlendaaslandsetrecipients: + erlendaasland, paul.moore, christian.heimes, tim.golden, zach.ware, steve.dower, shreyanavigyan
2021-05-07 20:27:21erlendaaslandsetmessageid: <1620419241.19.0.224469709272.issue44066@roundup.psfhosted.org>
2021-05-07 20:27:21erlendaaslandlinkissue44066 messages
2021-05-07 20:27:21erlendaaslandcreate