@@ -123,11 +123,6 @@ _codecs.utf_32_le_decode
123123_codecs.utf_32_le_encode
124124codecs.__file__
125125_collections._count_elements
126- configparser.MultilineContinuationError
127- configparser.UNNAMED_SECTION
128- configparser._Line
129- configparser._ReadState
130- configparser._UnnamedSection
131126_contextvars.__file__
132127copyreg.__cached__
133128copyreg.__file__
@@ -397,10 +392,6 @@ gc.garbage
397392gc.get_freeze_count
398393gc.is_finalized
399394gc.unfreeze
400- genericpath.isdevdrive
401- genericpath.isjunction
402- genericpath.lexists
403- gettext._as_int2
404395glob._Globber
405396glob._StringGlobber
406397glob._compile_pattern
@@ -484,10 +475,6 @@ _multiprocessing.SemLock
484475_multiprocessing.__file__
485476_multiprocessing.flags
486477_multiprocessing.sem_unlink
487- ntpath._isreservedname
488- ntpath._reserved_chars
489- ntpath._reserved_names
490- ntpath.isreserved
491478opcode.MIN_INSTRUMENTED_OPCODE
492479opcode._intrinsic_1_descs
493480opcode._intrinsic_2_descs
@@ -603,10 +590,8 @@ os._fwalk
603590os._fwalk_close
604591os._fwalk_walk
605592os._fwalk_yield
606- os._walk_symlinks_as_files
607593os.confstr_names
608594os.fwalk
609- os.process_cpu_count
610595os.statvfs_result
611596os.supports_effective_ids
612597pathlib.__path__
@@ -618,7 +603,6 @@ pdb._ZipTarget
618603pdb._post_mortem
619604pdb.find_first_executable_line
620605pickle.PickleBuffer
621- pickle._NoValue
622606platform.AndroidVer
623607platform.IOSVersionInfo
624608platform._win32_ver
@@ -723,9 +707,7 @@ posix.TFD_TIMER_ABSTIME
723707posix.TFD_TIMER_CANCEL_ON_SET
724708posix.TMP_MAX
725709posix.WCONTINUED
726- posix.WCOREDUMP
727710posix.WEXITED
728- posix.WIFCONTINUED
729711posix.WNOWAIT
730712posix.WSTOPPED
731713posix.WUNTRACED
@@ -1618,10 +1600,10 @@ zoneinfo.TZPATH
16181600
16191601# summary
16201602# cpython_modules 287
1621- # implemented 99
1603+ # implemented 103
16221604# not_implemented 51
16231605# failed_to_import 0
1624- # missing_items 114
1625- # mismatched_items 68
1606+ # missing_items 110
1607+ # mismatched_items 67
16261608# mismatched_doc_items 60
16271609# not_implementeds 21
0 commit comments