File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,6 @@ ctypes.c_double_complex
8383ctypes.c_float_complex
8484ctypes.c_longdouble_complex
8585datetime.datetime_CAPI
86- dis.name
87- dis.op
8886errno.EHWPOISON
8987faulthandler._stack_overflow
9088faulthandler.dump_c_stack
@@ -881,10 +879,10 @@ zoneinfo.TZPATH
881879
882880# summary
883881# cpython_modules 294
884- # implemented 161
882+ # implemented 162
885883# not_implemented 42
886884# failed_to_import 0
887- # missing_items 71
885+ # missing_items 70
888886# mismatched_items 45
889887# mismatched_doc_items 34
890888# not_implementeds 4
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ bytearray.__release_buffer__
4848bytearray.__str__ (inherited)
4949bytes.__buffer__
5050bytes.__str__ (inherited)
51- complex.from_number
5251dict_items.__hash__ (inherited)
5352memoryview.__buffer__
5453memoryview.__release_buffer__
@@ -888,4 +887,4 @@ zoneinfo.TZPATH
888887# missing_items 71
889888# mismatched_items 45
890889# mismatched_doc_items 34
891- # not_implementeds 5
890+ # not_implementeds 4
You can’t perform that action at this time.
0 commit comments