File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ _pickle (entire module)
3333poplib (entire module)
3434profile (entire module)
3535pstats (entire module)
36- _py_warnings (entire module)
3736_queue (entire module)
3837readline (entire module)
3938_remote_debugging (entire module)
@@ -115,7 +114,6 @@ _codecs.utf_32_le_encode
115114codecs.__file__
116115_collections._count_elements
117116collections.heapq
118- _colorize.__annotate__
119117configparser.InvalidWriteError
120118configparser.UnnamedSectionDisabledError
121119configparser._CommentSpec
@@ -1254,9 +1252,6 @@ _warnings._warnings_context
12541252_warnings.filters
12551253_warnings.warn_explicit
12561254warnings._Lock
1257- warnings._lock
1258- warnings._use_context
1259- warnings._warnings_context
12601255zipfile.ZIP_ZSTANDARD
12611256zipfile.ZSTANDARD_VERSION
12621257zipfile._handle_prepended_data
@@ -1265,10 +1260,10 @@ zoneinfo.TZPATH
12651260
12661261# summary
12671262# cpython_modules 294
1268- # implemented 100
1269- # not_implemented 53
1263+ # implemented 101
1264+ # not_implemented 52
12701265# failed_to_import 0
1271- # missing_items 120
1266+ # missing_items 119
12721267# mismatched_items 67
12731268# mismatched_doc_items 49
12741269# not_implementeds 8
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ _interpreters
2424_lsprof
2525_multibytecodec
2626_pickle
27- _py_warnings
2827_queue
2928_remote_debugging
3029_sha2
You can’t perform that action at this time.
0 commit comments