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 shihai1991
Recipients shihai1991, vstinner
Date 2020-06-29.04:56:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593406581.56.0.654113288157.issue41073@roundup.psfhosted.org>
In-reply-to
Content
I create a PR in: https://github.com/shihai1991/cpython/pull/13/commits.
Looks like It works.

If we extend PyType_GetSlot() to accept non-heaptype, we need find a way to judge the max slot of non-heaptype.
History
Date User Action Args
2020-06-29 04:56:21shihai1991setrecipients: + shihai1991, vstinner
2020-06-29 04:56:21shihai1991setmessageid: <1593406581.56.0.654113288157.issue41073@roundup.psfhosted.org>
2020-06-29 04:56:21shihai1991linkissue41073 messages
2020-06-29 04:56:21shihai1991create