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 christian.heimes
Recipients christian.heimes, paul.moore, shreyanavigyan, steve.dower, tim.golden, zach.ware
Date 2021-05-07.07:49:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620373746.62.0.0928904829347.issue44066@roundup.psfhosted.org>
In-reply-to
Content
Looks like you are doing something wrong. For example you seem to use internal, private bits like "_typeobject" instead of public APIs like PyTypeObject.

These kind of questions are more appropriate for mailing list or https://discuss.python.org/ . Please also post links to your source code.
History
Date User Action Args
2021-05-07 07:49:06christian.heimessetrecipients: + christian.heimes, paul.moore, tim.golden, zach.ware, steve.dower, shreyanavigyan
2021-05-07 07:49:06christian.heimessetmessageid: <1620373746.62.0.0928904829347.issue44066@roundup.psfhosted.org>
2021-05-07 07:49:06christian.heimeslinkissue44066 messages
2021-05-07 07:49:06christian.heimescreate