mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
gh-124153: Implement PyType_GetBaseByToken() and Py_tp_token slot (GH-124163)
This commit is contained in:
parent
79a7410236
commit
646f16bdee
18 changed files with 443 additions and 13 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Add :c:func:`PyType_GetBaseByToken` and :c:data:`Py_tp_token` slot for easier
|
||||
type checking, related to :pep:`489` and :pep:`630`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue