File tree Expand file tree Collapse file tree 1 file changed +3
-23
lines changed
Expand file tree Collapse file tree 1 file changed +3
-23
lines changed Original file line number Diff line number Diff line change @@ -137,16 +137,6 @@ dataclasses._make_annotate_function
137137dataclasses._update_func_cell_for__class__
138138datetime.datetime_CAPI
139139decimal.IEEE_CONTEXT_MAX_BITS
140- dis.CONTAINS_OP
141- dis.END_ASYNC_FOR
142- dis.IS_OP
143- dis.LOAD_COMMON_CONSTANT
144- dis.LOAD_FAST_BORROW_LOAD_FAST_BORROW
145- dis.LOAD_SMALL_INT
146- dis.LOAD_SPECIAL
147- dis._common_constants
148- dis._get_positions_width
149- dis._special_method_names
150140dis.name
151141dis.op
152142doctest.__unittest
@@ -224,8 +214,6 @@ hmac._get_digest_constructor
224214_imp._override_multi_interp_extensions_check
225215_imp.create_dynamic
226216_imp.exec_dynamic
227- inspect.CO_HAS_DOCSTRING
228- inspect.CO_METHOD
229217_io._BytesIOBuffer
230218io.Reader
231219io.Writer
@@ -252,14 +240,6 @@ mmap.MAP_32BIT
252240mmap.MAP_NORESERVE
253241mmap.__file__
254242_multiprocessing.__file__
255- ntpath._varpattern
256- ntpath._varsub
257- ntpath._varsubb
258- _opcode.ENABLE_SPECIALIZATION_FT
259- _opcode.get_special_method_names
260- opcode._common_constants
261- opcode._special_method_names
262- opcode.m
263243_operator.call
264244_operator.inv
265245_operator.is_none
@@ -1224,10 +1204,10 @@ zoneinfo.TZPATH
12241204
12251205# summary
12261206# cpython_modules 294
1227- # implemented 106
1207+ # implemented 109
12281208# not_implemented 50
12291209# failed_to_import 0
1230- # missing_items 109
1231- # mismatched_items 75
1210+ # missing_items 105
1211+ # mismatched_items 74
12321212# mismatched_doc_items 48
12331213# not_implementeds 8
You can’t perform that action at this time.
0 commit comments