mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
GH-91095: Specialize calls to normal Python classes. (GH-99331)
This commit is contained in:
parent
c01da2896a
commit
04492cbc9a
20 changed files with 511 additions and 189 deletions
|
@ -1557,7 +1557,7 @@ class SizeofTest(unittest.TestCase):
|
|||
'10P' # PySequenceMethods
|
||||
'2P' # PyBufferProcs
|
||||
'6P'
|
||||
'1PI' # Specializer cache
|
||||
'1PIP' # Specializer cache
|
||||
)
|
||||
class newstyleclass(object): pass
|
||||
# Separate block for PyDictKeysObject with 8 keys and 5 entries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue