11# modules
2- _abc (entire module)
32_ast_unparse (entire module)
43_asyncio (entire module)
54cProfile (entire module)
@@ -9,7 +8,6 @@ _codecs_iso2022 (entire module)
98_codecs_jp (entire module)
109_codecs_kr (entire module)
1110_codecs_tw (entire module)
12- compression (entire module)
1311_ctypes_test (entire module)
1412_curses (entire module)
1513curses (entire module)
@@ -79,8 +77,6 @@ memoryview.index
7977
8078# stdlib items
8179builtins.PythonFinalizationError
82- __hello__.__file__
83- __phello__.__file__
8480array.__file__
8581array.typecodes
8682_ast.PyCF_ALLOW_TOP_LEVEL_AWAIT
@@ -113,16 +109,13 @@ _codecs.utf_32_le_decode
113109_codecs.utf_32_le_encode
114110codecs.__file__
115111_collections._count_elements
116- collections.heapq
117112configparser.InvalidWriteError
118113configparser.UnnamedSectionDisabledError
119114configparser._CommentSpec
120115copy._atomic_types
121116copy._copy_atomic_types
122117copy._copy_builtin_containers
123118copyreg.__cached__
124- copyreg.__file__
125- copyreg.pickle_super
126119_csv.Reader
127120_csv.Writer
128121_csv.__file__
@@ -201,12 +194,6 @@ fcntl.__file__
201194fnmatch._re_setops_sub
202195fnmatch.filterfalse
203196_functools.cmp_to_key
204- functools.Placeholder
205- functools._PlaceholderType
206- functools._partial_new
207- functools._partial_prepare_merger
208- functools._partial_repr
209- functools._singledispatchmethod_get
210197gc.DEBUG_COLLECTABLE
211198gc.DEBUG_LEAK
212199gc.DEBUG_SAVEALL
@@ -239,15 +226,13 @@ _imp.create_dynamic
239226_imp.exec_dynamic
240227inspect.CO_HAS_DOCSTRING
241228inspect.CO_METHOD
242- inspect.ispackage
243229_io._BytesIOBuffer
244230io.Reader
245231io.Writer
246232itertools._tee
247233itertools._tee_dataobject
248234_json.__file__
249235_json.make_encoder
250- linecache._source_unavailable
251236_locale._DATE_FMT
252237_locale.bind_textdomain_codeset
253238_locale.bindtextdomain
@@ -263,9 +248,6 @@ math.__file__
263248_md5.MD5Type
264249_md5._GIL_MINSIZE
265250_md5.__file__
266- mimetypes._mimetypes_read_windows_registry
267- mimetypes._parse_args
268- mimetypes.guess_file_type
269251mmap.MAP_32BIT
270252mmap.MAP_NORESERVE
271253mmap.__file__
@@ -874,10 +856,6 @@ sqlite3.SQLITE_DBCONFIG_TRIGGER_EQP
874856sqlite3.SQLITE_DBCONFIG_TRUSTED_SCHEMA
875857sqlite3.SQLITE_DBCONFIG_WRITABLE_SCHEMA
876858_sre.copyright
877- sre_compile.CH_NEGATE
878- sre_compile._CHARSET_ALL
879- sre_constants.CH_NEGATE
880- sre_parse.CH_NEGATE
881859_ssl.HAS_PHA
882860_ssl.HOSTFLAG_ALWAYS_CHECK_SUBJECT
883861_ssl.HOSTFLAG_MULTI_LABEL_WILDCARDS
@@ -906,22 +884,19 @@ symtable.DEF_TYPE_PARAM
906884symtable._get_scope
907885sys._clear_internal_caches
908886sys._clear_type_cache
909- sys._clear_type_descriptors
910887sys._current_exceptions
911888sys._debugmallocstats
912889sys._dump_tracelets
913890sys._get_cpu_count_config
914891sys._is_immortal
915892sys._is_interned
916- sys._stdlib_dir
917893sys.activate_stack_trampoline
918894sys.addaudithook
919895sys.call_tracing
920896sys.deactivate_stack_trampoline
921897sys.getallocatedblocks
922898sys.getdlopenflags
923899sys.getunicodeinternedsize
924- sys.is_remote_debug_enabled
925900sys.is_stack_trampoline_active
926901sys.remote_exec
927902sys.setdlopenflags
@@ -1150,12 +1125,6 @@ tkinter.image_names
11501125tkinter.image_types
11511126tkinter.mainloop
11521127tkinter.wantobjects
1153- token.TSTRING_END
1154- token.TSTRING_MIDDLE
1155- token.TSTRING_START
1156- tokenize.TSTRING_END
1157- tokenize.TSTRING_MIDDLE
1158- tokenize.TSTRING_START
11591128tokenize._generate_tokens_from_c_tokenizer
11601129tokenize._main
11611130tokenize._transform_msg
@@ -1211,11 +1180,6 @@ tty.TIOCSETD
12111180tty.TIOCSLCKTRMIOS
12121181tty.TIOCSSERIAL
12131182typing.Match
1214- typing._UnionGenericAliasMeta
1215- typing._add_type_params_to_scope
1216- typing._make_eager_annotate
1217- typing._make_forward_ref
1218- typing.evaluate_forward_ref
12191183unicodedata.__file__
12201184unicodedata._ucnhash_CAPI
12211185unicodedata.combining
@@ -1260,10 +1224,10 @@ zoneinfo.TZPATH
12601224
12611225# summary
12621226# cpython_modules 294
1263- # implemented 101
1264- # not_implemented 52
1227+ # implemented 106
1228+ # not_implemented 50
12651229# failed_to_import 0
1266- # missing_items 119
1267- # mismatched_items 67
1268- # mismatched_doc_items 49
1230+ # missing_items 109
1231+ # mismatched_items 75
1232+ # mismatched_doc_items 48
12691233# not_implementeds 8
0 commit comments