@@ -38,7 +38,6 @@ pyclbr (entire module)
3838_queue (entire module)
3939readline (entire module)
4040_sha2 (entire module)
41- _stat (entire module)
4241_symtable (entire module)
4342_sysconfig (entire module)
4443_sysconfigdata__linux_x86_64-linux-gnu (entire module)
@@ -57,9 +56,7 @@ _zoneinfo (entire module)
5756
5857# builtin items
5958BaseException.__getattribute__ (inherited)
60- BaseException.__setstate__
6159BaseException.add_note
62- NoneType.__doc__ (inherited)
6360NoneType.__eq__ (inherited)
6461NoneType.__ge__ (inherited)
6562NoneType.__gt__ (inherited)
@@ -72,42 +69,29 @@ bytearray.__buffer__
7269bytearray.__getattribute__ (inherited)
7370bytearray.__release_buffer__
7471bytearray.__str__ (inherited)
75- bytearray_iterator.__doc__ (inherited)
7672bytes.__buffer__
7773bytes.__getattribute__ (inherited)
7874bytes.__str__ (inherited)
79- bytes_iterator.__doc__ (inherited)
8075classmethod.__init__ (inherited)
8176complex.__format__ (inherited)
8277complex.__getattribute__ (inherited)
8378dict.__getattribute__ (inherited)
84- dict_itemiterator.__doc__ (inherited)
85- dict_items.__doc__ (inherited)
8679dict_items.__hash__ (inherited)
87- dict_keyiterator.__doc__ (inherited)
88- dict_valueiterator.__doc__ (inherited)
89- dict_values.__doc__ (inherited)
9080enumerate.__getattribute__ (inherited)
9181filter.__getattribute__ (inherited)
9282int.__getattribute__ (inherited)
9383int.is_integer
9484list.__getattribute__ (inherited)
95- list_iterator.__doc__ (inherited)
9685map.__getattribute__ (inherited)
97- memory_iterator.__doc__ (inherited)
9886memoryview.__buffer__
9987memoryview.__getattribute__ (inherited)
10088memoryview.__release_buffer__
10189memoryview._from_flags
10290property.__getattribute__ (inherited)
10391range.__getattribute__ (inherited)
104- range_iterator.__doc__ (inherited)
10592set.__getattribute__ (inherited)
106- set_iterator.__doc__ (inherited)
10793slice.__getattribute__ (inherited)
108- str_ascii_iterator.__doc__ (inherited)
10994tuple.__getattribute__ (inherited)
110- tuple_iterator.__doc__ (inherited)
11195zip.__getattribute__ (inherited)
11296
11397# stdlib items
@@ -427,7 +411,6 @@ gc.callbacks
427411gc.freeze
428412gc.garbage
429413gc.get_freeze_count
430- gc.get_referents
431414gc.is_finalized
432415gc.unfreeze
433416genericpath.isdevdrive
@@ -1270,10 +1253,10 @@ ssl.VERIFY_X509_PARTIAL_CHAIN
12701253ssl.VERIFY_X509_STRICT
12711254ssl.VERIFY_X509_TRUSTED_FIRST
12721255ssl._GLOBAL_DEFAULT_TIMEOUT
1273- stat.SF_DATALESS
1274- stat.SF_FIRMLINK
1256+ _stat.UF_DATAVAULT
1257+ _stat.UF_SETTABLE
1258+ _stat.UF_TRACKED
12751259stat.SF_RESTRICTED
1276- stat.SF_SETTABLE
12771260stat.UF_DATAVAULT
12781261stat.UF_SETTABLE
12791262stat.UF_TRACKED
@@ -1346,11 +1329,9 @@ sys.call_tracing
13461329sys.deactivate_stack_trampoline
13471330sys.getallocatedblocks
13481331sys.getdlopenflags
1349- sys.getswitchinterval
13501332sys.getunicodeinternedsize
13511333sys.is_stack_trampoline_active
13521334sys.setdlopenflags
1353- sys.setswitchinterval
13541335sys.stdlib_module_names
13551336sysconfig._CONFIG_VARS_INITIALIZED
13561337sysconfig.__path__
@@ -1687,7 +1668,6 @@ unicodedata.decimal
16871668unicodedata.decomposition
16881669unicodedata.digit
16891670unicodedata.is_normalized
1690- unicodedata.mirrored
16911671unicodedata.numeric
16921672_uuid.__file__
16931673uuid.main
@@ -1721,10 +1701,10 @@ zoneinfo.TZPATH
17211701
17221702# summary
17231703# cpython_modules 287
1724- # implemented 86
1725- # not_implemented 54
1704+ # implemented 87
1705+ # not_implemented 53
17261706# failed_to_import 0
1727- # missing_items 126
1728- # mismatched_items 72
1729- # mismatched_doc_items 65
1730- # not_implementeds 33
1707+ # missing_items 127
1708+ # mismatched_items 71
1709+ # mismatched_doc_items 66
1710+ # not_implementeds 21
0 commit comments