|
1 | 1 | # modules |
2 | 2 | _ast_unparse (entire module) |
3 | | -_asyncio (entire module) |
4 | 3 | cProfile (entire module) |
5 | 4 | _codecs_cn (entire module) |
6 | 5 | _codecs_hk (entire module) |
@@ -82,6 +81,7 @@ array.typecodes |
82 | 81 | _ast.PyCF_ALLOW_TOP_LEVEL_AWAIT |
83 | 82 | ast.PyCF_ALLOW_TOP_LEVEL_AWAIT |
84 | 83 | ast.compare |
| 84 | +_asyncio.__file__ |
85 | 85 | asyncio.__getattr__ |
86 | 86 | bdb.E |
87 | 87 | bdb._MonitoringTracer |
@@ -136,7 +136,6 @@ dataclasses._create_slots |
136 | 136 | dataclasses._make_annotate_function |
137 | 137 | dataclasses._update_func_cell_for__class__ |
138 | 138 | datetime.datetime_CAPI |
139 | | -decimal.IEEE_CONTEXT_MAX_BITS |
140 | 139 | dis.name |
141 | 140 | dis.op |
142 | 141 | doctest.__unittest |
@@ -551,7 +550,6 @@ posixpath._varsubb |
551 | 550 | _posixshmem.__file__ |
552 | 551 | _posixsubprocess.__file__ |
553 | 552 | _pydatetime._normalize_century |
554 | | -_pydecimal.IEEE_CONTEXT_MAX_BITS |
555 | 553 | pydoc._adjust_cli_sys_path |
556 | 554 | pydoc._findclass |
557 | 555 | pydoc._finddoc |
@@ -857,11 +855,6 @@ _strptime._strptime_datetime_date |
857 | 855 | _strptime._strptime_datetime_datetime |
858 | 856 | _strptime._strptime_datetime_time |
859 | 857 | _struct.__file__ |
860 | | -symtable.DEF_COMP_CELL |
861 | | -symtable.DEF_COMP_ITER |
862 | | -symtable.DEF_FREE_CLASS |
863 | | -symtable.DEF_TYPE_PARAM |
864 | | -symtable._get_scope |
865 | 858 | sys._clear_internal_caches |
866 | 859 | sys._clear_type_cache |
867 | 860 | sys._current_exceptions |
@@ -1204,10 +1197,10 @@ zoneinfo.TZPATH |
1204 | 1197 |
|
1205 | 1198 | # summary |
1206 | 1199 | # cpython_modules 294 |
1207 | | -# implemented 109 |
1208 | | -# not_implemented 50 |
| 1200 | +# implemented 110 |
| 1201 | +# not_implemented 49 |
1209 | 1202 | # failed_to_import 0 |
1210 | | -# missing_items 105 |
1211 | | -# mismatched_items 74 |
1212 | | -# mismatched_doc_items 48 |
| 1203 | +# missing_items 103 |
| 1204 | +# mismatched_items 75 |
| 1205 | +# mismatched_doc_items 49 |
1213 | 1206 | # not_implementeds 8 |
0 commit comments