summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_sys.py')
-rw-r--r--Lib/test/test_sys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py
index 42b5a7c..7700964 100644
--- a/Lib/test/test_sys.py
+++ b/Lib/test/test_sys.py
@@ -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)
)