@@ -166,17 +166,7 @@ _ast.Param
166166_ast.PyCF_ALLOW_TOP_LEVEL_AWAIT
167167_ast.PyCF_TYPE_COMMENTS
168168_ast.Suite
169- _ast.boolop
170- _ast.cmpop
171- _ast.excepthandler
172- _ast.expr
173- _ast.expr_context
174- _ast.mod
175- _ast.operator
176169_ast.slice
177- _ast.stmt
178- _ast.type_ignore
179- _ast.unaryop
180170_codecs.utf_32_be_decode
181171_codecs.utf_32_be_encode
182172_codecs.utf_32_decode
@@ -625,8 +615,16 @@ fcntl.LOCK_UN
625615fcntl.LOCK_WRITE
626616fcntl.flock
627617fcntl.lockf
618+ gc.DEBUG_COLLECTABLE
619+ gc.DEBUG_LEAK
620+ gc.DEBUG_SAVEALL
621+ gc.DEBUG_STATS
622+ gc.DEBUG_UNCOLLECTABLE
623+ gc.callbacks
628624gc.freeze
625+ gc.garbage
629626gc.get_freeze_count
627+ gc.get_referents
630628gc.unfreeze
631629itertools._tee
632630itertools._tee_dataobject
@@ -680,12 +678,8 @@ posix.P_ALL
680678posix.P_PGID
681679posix.P_PID
682680posix.RTLD_DEEPBIND
683- posix.RTLD_GLOBAL
684- posix.RTLD_LAZY
685- posix.RTLD_LOCAL
686681posix.RTLD_NODELETE
687682posix.RTLD_NOLOAD
688- posix.RTLD_NOW
689683posix.RWF_DSYNC
690684posix.RWF_HIPRI
691685posix.RWF_NOWAIT
@@ -817,12 +811,6 @@ sys.setdlopenflags
817811sys.setswitchinterval
818812sys.thread_info
819813sys.unraisablehook
820- time.CLOCK_BOOTTIME
821- time.CLOCK_MONOTONIC
822- time.CLOCK_MONOTONIC_RAW
823- time.CLOCK_PROCESS_CPUTIME_ID
824- time.CLOCK_REALTIME
825- time.CLOCK_THREAD_CPUTIME_ID
826814time._STRUCT_TM_ITEMS
827815time.altzone
828816time.clock_getres
@@ -850,8 +838,6 @@ unicodedata.ucnhash_CAPI
850838zlib.ZLIB_RUNTIME_VERSION
851839zlib.ZLIB_VERSION
852840zlib.__version__
853- __future__.CO_FUTURE_ANNOTATIONS
854- __future__.annotations
855841_osx_support._SYSTEM_VERSION_TUPLE
856842_osx_support._cache_default_sysroot
857843_osx_support._default_sysroot
@@ -1049,12 +1035,8 @@ os.P_PGID
10491035os.P_PID
10501036os.P_WAIT
10511037os.RTLD_DEEPBIND
1052- os.RTLD_GLOBAL
1053- os.RTLD_LAZY
1054- os.RTLD_LOCAL
10551038os.RTLD_NODELETE
10561039os.RTLD_NOLOAD
1057- os.RTLD_NOW
10581040os.RWF_DSYNC
10591041os.RWF_HIPRI
10601042os.RWF_NOWAIT
@@ -1752,9 +1734,6 @@ _multiprocessing.__file__
17521734_multiprocessing.flags
17531735_multiprocessing.sem_unlink
17541736resource.RLIMIT_OFILE
1755- resource.RUSAGE_CHILDREN
1756- resource.RUSAGE_SELF
1757- resource.RUSAGE_THREAD
17581737resource.__file__
17591738resource.getpagesize
17601739resource.prlimit
@@ -1939,20 +1918,6 @@ builtins.memoryview ValueError('no signature found') != (object)
19391918builtins.property ValueError('no signature found') != (fget=None, fset=None, fdel=None, doc=None)
19401919builtins.reversed None != (sequence, /)
19411920builtins.tuple ValueError('no signature found') != (iterable=(), /)
1942- gc.collect (*args, **kwargs) != None
1943- gc.disable (*args, **kwargs) != None
1944- gc.enable (*args, **kwargs) != None
1945- gc.get_count (*args, **kwargs) != None
1946- gc.get_debug (*args, **kwargs) != None
1947- gc.get_objects (*args, **kwargs) != None
1948- gc.get_referents (*args, **kwargs) != None
1949- gc.get_referrers (*args, **kwargs) != None
1950- gc.get_stats (*args, **kwargs) != None
1951- gc.get_threshold (*args, **kwargs) != None
1952- gc.is_tracked (*args, **kwargs) != None
1953- gc.isenabled (*args, **kwargs) != None
1954- gc.set_debug (*args, **kwargs) != None
1955- gc.set_threshold (*args, **kwargs) != None
19561921itertools._grouper () != ValueError('no signature found')
19571922itertools.accumulate ValueError('no signature found') != (iterable, func=None, *, initial=None)
19581923itertools.combinations ValueError('no signature found') != (iterable, r)
@@ -1980,6 +1945,8 @@ _pydecimal.getcontext (_local=<thread._local object at 0xdeadbeef>) != ()
19801945_pydecimal.setcontext (context, _local=<thread._local object at 0xdeadbeef>) != (context)
19811946abc.abstractproperty ValueError('no signature found') != (fget=None, fset=None, fdel=None, doc=None)
19821947argparse.ArgumentParser (prog=None, usage=None, description=None, epilog=None, parents=[], formatter_class=<class 'argparse.HelpFormatter'>, prefix_chars='-', fromfile_prefix_chars=None, argument_default=None, conflict_handler='error', add_help=True, allow_abbrev=True, exit_on_error=True) != (prog=None, usage=None, description=None, epilog=None, parents=[], formatter_class=<class 'argparse.HelpFormatter'>, prefix_chars='-', fromfile_prefix_chars=None, argument_default=None, conflict_handler='error', add_help=True, allow_abbrev=True)
1948+ ast._ABC (*args) != ValueError("callable <class 'ast._ABC'> is not supported by signature")
1949+ ast.dump (node, annotate_fields=True, include_attributes=False, *, indent=None) != (node, annotate_fields=True, include_attributes=False)
19831950calendar.calendar None != (theyear, w=2, l=1, c=6, m=3)
19841951calendar.firstweekday None != ()
19851952calendar.month None != (theyear, themonth, w=0, l=0)
@@ -2084,5 +2051,5 @@ resource.struct_rusage ValueError('no signature found') != (iterable=(), /)
20842051out of 271 modules:
20852052 not_implemented 80
20862053 failed_to_import 0
2087- missing_items 72
2054+ missing_items 71
20882055 mismatched_items 48
0 commit comments