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 petr.viktorin, shihai1991, vstinner
Date 2020-08-23.08:48:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598172498.12.0.869607269568.issue41618@roundup.psfhosted.org>
In-reply-to
Content
In order to resolve bpo41073, we want to extend `PyType_GetSlot()` to accept static types. But there have another question we should be considered: How many slots should be exposed in `PyType_GetSlot()`.

petr's opinion from PR-21931:I would not want to expose the Py_tp_as_* slots at all; their contents are covered in other slots that should be used instead. And slots like Py_tp_version_tag are specific to CPython; I don't think they should be exposed in the general C API.
History
Date User Action Args
2020-08-23 08:48:18shihai1991setrecipients: + shihai1991, vstinner, petr.viktorin
2020-08-23 08:48:18shihai1991setmessageid: <1598172498.12.0.869607269568.issue41618@roundup.psfhosted.org>
2020-08-23 08:48:18shihai1991linkissue41618 messages
2020-08-23 08:48:17shihai1991create