Skip to content

Commit 4deda53

Browse files
morealactions-user
authored andcommitted
Update what is left results
1 parent 21f1352 commit 4deda53

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

_data/whats_left.temp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ _hashlib.hmac_digest
208208
_hashlib.openssl_md_meth_names
209209
_hashlib.pbkdf2_hmac
210210
_hashlib.scrypt
211-
hmac._compute_digest_fallback
212-
hmac._get_digest_constructor
213211
_imp._override_multi_interp_extensions_check
214212
_imp.create_dynamic
215213
_imp.exec_dynamic
@@ -1197,10 +1195,10 @@ zoneinfo.TZPATH
11971195

11981196
# summary
11991197
# cpython_modules 294
1200-
# implemented 110
1198+
# implemented 111
12011199
# not_implemented 49
12021200
# failed_to_import 0
1203-
# missing_items 103
1201+
# missing_items 102
12041202
# mismatched_items 75
12051203
# mismatched_doc_items 49
12061204
# not_implementeds 8

_data/whats_left_lastrun.temp

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# modules
22
_ast_unparse (entire module)
3-
_asyncio (entire module)
43
cProfile (entire module)
54
_codecs_cn (entire module)
65
_codecs_hk (entire module)
@@ -82,6 +81,7 @@ array.typecodes
8281
_ast.PyCF_ALLOW_TOP_LEVEL_AWAIT
8382
ast.PyCF_ALLOW_TOP_LEVEL_AWAIT
8483
ast.compare
84+
_asyncio.__file__
8585
asyncio.__getattr__
8686
bdb.E
8787
bdb._MonitoringTracer
@@ -136,7 +136,6 @@ dataclasses._create_slots
136136
dataclasses._make_annotate_function
137137
dataclasses._update_func_cell_for__class__
138138
datetime.datetime_CAPI
139-
decimal.IEEE_CONTEXT_MAX_BITS
140139
dis.name
141140
dis.op
142141
doctest.__unittest
@@ -551,7 +550,6 @@ posixpath._varsubb
551550
_posixshmem.__file__
552551
_posixsubprocess.__file__
553552
_pydatetime._normalize_century
554-
_pydecimal.IEEE_CONTEXT_MAX_BITS
555553
pydoc._adjust_cli_sys_path
556554
pydoc._findclass
557555
pydoc._finddoc
@@ -857,11 +855,6 @@ _strptime._strptime_datetime_date
857855
_strptime._strptime_datetime_datetime
858856
_strptime._strptime_datetime_time
859857
_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
865858
sys._clear_internal_caches
866859
sys._clear_type_cache
867860
sys._current_exceptions
@@ -1204,10 +1197,10 @@ zoneinfo.TZPATH
12041197

12051198
# summary
12061199
# cpython_modules 294
1207-
# implemented 109
1208-
# not_implemented 50
1200+
# implemented 110
1201+
# not_implemented 49
12091202
# 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
12131206
# not_implementeds 8

0 commit comments

Comments
 (0)