@@ -166,17 +166,7 @@ _ast.Param
166
166
_ast.PyCF_ALLOW_TOP_LEVEL_AWAIT
167
167
_ast.PyCF_TYPE_COMMENTS
168
168
_ast.Suite
169
- _ast.boolop
170
- _ast.cmpop
171
- _ast.excepthandler
172
- _ast.expr
173
- _ast.expr_context
174
- _ast.mod
175
- _ast.operator
176
169
_ast.slice
177
- _ast.stmt
178
- _ast.type_ignore
179
- _ast.unaryop
180
170
_codecs.utf_32_be_decode
181
171
_codecs.utf_32_be_encode
182
172
_codecs.utf_32_decode
@@ -625,8 +615,16 @@ fcntl.LOCK_UN
625
615
fcntl.LOCK_WRITE
626
616
fcntl.flock
627
617
fcntl.lockf
618
+ gc.DEBUG_COLLECTABLE
619
+ gc.DEBUG_LEAK
620
+ gc.DEBUG_SAVEALL
621
+ gc.DEBUG_STATS
622
+ gc.DEBUG_UNCOLLECTABLE
623
+ gc.callbacks
628
624
gc.freeze
625
+ gc.garbage
629
626
gc.get_freeze_count
627
+ gc.get_referents
630
628
gc.unfreeze
631
629
itertools._tee
632
630
itertools._tee_dataobject
@@ -680,12 +678,8 @@ posix.P_ALL
680
678
posix.P_PGID
681
679
posix.P_PID
682
680
posix.RTLD_DEEPBIND
683
- posix.RTLD_GLOBAL
684
- posix.RTLD_LAZY
685
- posix.RTLD_LOCAL
686
681
posix.RTLD_NODELETE
687
682
posix.RTLD_NOLOAD
688
- posix.RTLD_NOW
689
683
posix.RWF_DSYNC
690
684
posix.RWF_HIPRI
691
685
posix.RWF_NOWAIT
@@ -817,12 +811,6 @@ sys.setdlopenflags
817
811
sys.setswitchinterval
818
812
sys.thread_info
819
813
sys.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
826
814
time._STRUCT_TM_ITEMS
827
815
time.altzone
828
816
time.clock_getres
@@ -850,8 +838,6 @@ unicodedata.ucnhash_CAPI
850
838
zlib.ZLIB_RUNTIME_VERSION
851
839
zlib.ZLIB_VERSION
852
840
zlib.__version__
853
- __future__.CO_FUTURE_ANNOTATIONS
854
- __future__.annotations
855
841
_osx_support._SYSTEM_VERSION_TUPLE
856
842
_osx_support._cache_default_sysroot
857
843
_osx_support._default_sysroot
@@ -1049,12 +1035,8 @@ os.P_PGID
1049
1035
os.P_PID
1050
1036
os.P_WAIT
1051
1037
os.RTLD_DEEPBIND
1052
- os.RTLD_GLOBAL
1053
- os.RTLD_LAZY
1054
- os.RTLD_LOCAL
1055
1038
os.RTLD_NODELETE
1056
1039
os.RTLD_NOLOAD
1057
- os.RTLD_NOW
1058
1040
os.RWF_DSYNC
1059
1041
os.RWF_HIPRI
1060
1042
os.RWF_NOWAIT
@@ -1752,9 +1734,6 @@ _multiprocessing.__file__
1752
1734
_multiprocessing.flags
1753
1735
_multiprocessing.sem_unlink
1754
1736
resource.RLIMIT_OFILE
1755
- resource.RUSAGE_CHILDREN
1756
- resource.RUSAGE_SELF
1757
- resource.RUSAGE_THREAD
1758
1737
resource.__file__
1759
1738
resource.getpagesize
1760
1739
resource.prlimit
@@ -1939,20 +1918,6 @@ builtins.memoryview ValueError('no signature found') != (object)
1939
1918
builtins.property ValueError('no signature found') != (fget=None, fset=None, fdel=None, doc=None)
1940
1919
builtins.reversed None != (sequence, /)
1941
1920
builtins.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
1956
1921
itertools._grouper () != ValueError('no signature found')
1957
1922
itertools.accumulate ValueError('no signature found') != (iterable, func=None, *, initial=None)
1958
1923
itertools.combinations ValueError('no signature found') != (iterable, r)
@@ -1980,6 +1945,8 @@ _pydecimal.getcontext (_local=<thread._local object at 0xdeadbeef>) != ()
1980
1945
_pydecimal.setcontext (context, _local=<thread._local object at 0xdeadbeef>) != (context)
1981
1946
abc.abstractproperty ValueError('no signature found') != (fget=None, fset=None, fdel=None, doc=None)
1982
1947
argparse.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)
1983
1950
calendar.calendar None != (theyear, w=2, l=1, c=6, m=3)
1984
1951
calendar.firstweekday None != ()
1985
1952
calendar.month None != (theyear, themonth, w=0, l=0)
@@ -2084,5 +2051,5 @@ resource.struct_rusage ValueError('no signature found') != (iterable=(), /)
2084
2051
out of 271 modules:
2085
2052
not_implemented 80
2086
2053
failed_to_import 0
2087
- missing_items 72
2054
+ missing_items 71
2088
2055
mismatched_items 48
0 commit comments