mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -1718,7 +1718,7 @@ class SizeofTest(unittest.TestCase):
|
|||
'3P' # PyMappingMethods
|
||||
'10P' # PySequenceMethods
|
||||
'2P' # PyBufferProcs
|
||||
'6P'
|
||||
'7P'
|
||||
'1PIP' # Specializer cache
|
||||
+ typeid # heap type id (free-threaded only)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue