Skip to content

Commit 41e8bbd

Browse files
coolreader18actions-user
authored andcommitted
Update what is left results
1 parent c80ab0d commit 41e8bbd

File tree

1 file changed

+11
-44
lines changed

1 file changed

+11
-44
lines changed

_data/whats_left_lastrun.temp

+11-44
Original file line numberDiff line numberDiff line change
@@ -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
625615
fcntl.LOCK_WRITE
626616
fcntl.flock
627617
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
628624
gc.freeze
625+
gc.garbage
629626
gc.get_freeze_count
627+
gc.get_referents
630628
gc.unfreeze
631629
itertools._tee
632630
itertools._tee_dataobject
@@ -680,12 +678,8 @@ posix.P_ALL
680678
posix.P_PGID
681679
posix.P_PID
682680
posix.RTLD_DEEPBIND
683-
posix.RTLD_GLOBAL
684-
posix.RTLD_LAZY
685-
posix.RTLD_LOCAL
686681
posix.RTLD_NODELETE
687682
posix.RTLD_NOLOAD
688-
posix.RTLD_NOW
689683
posix.RWF_DSYNC
690684
posix.RWF_HIPRI
691685
posix.RWF_NOWAIT
@@ -817,12 +811,6 @@ sys.setdlopenflags
817811
sys.setswitchinterval
818812
sys.thread_info
819813
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
826814
time._STRUCT_TM_ITEMS
827815
time.altzone
828816
time.clock_getres
@@ -850,8 +838,6 @@ unicodedata.ucnhash_CAPI
850838
zlib.ZLIB_RUNTIME_VERSION
851839
zlib.ZLIB_VERSION
852840
zlib.__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
10491035
os.P_PID
10501036
os.P_WAIT
10511037
os.RTLD_DEEPBIND
1052-
os.RTLD_GLOBAL
1053-
os.RTLD_LAZY
1054-
os.RTLD_LOCAL
10551038
os.RTLD_NODELETE
10561039
os.RTLD_NOLOAD
1057-
os.RTLD_NOW
10581040
os.RWF_DSYNC
10591041
os.RWF_HIPRI
10601042
os.RWF_NOWAIT
@@ -1752,9 +1734,6 @@ _multiprocessing.__file__
17521734
_multiprocessing.flags
17531735
_multiprocessing.sem_unlink
17541736
resource.RLIMIT_OFILE
1755-
resource.RUSAGE_CHILDREN
1756-
resource.RUSAGE_SELF
1757-
resource.RUSAGE_THREAD
17581737
resource.__file__
17591738
resource.getpagesize
17601739
resource.prlimit
@@ -1939,20 +1918,6 @@ builtins.memoryview ValueError('no signature found') != (object)
19391918
builtins.property ValueError('no signature found') != (fget=None, fset=None, fdel=None, doc=None)
19401919
builtins.reversed None != (sequence, /)
19411920
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
19561921
itertools._grouper () != ValueError('no signature found')
19571922
itertools.accumulate ValueError('no signature found') != (iterable, func=None, *, initial=None)
19581923
itertools.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)
19811946
abc.abstractproperty ValueError('no signature found') != (fget=None, fset=None, fdel=None, doc=None)
19821947
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)
19831950
calendar.calendar None != (theyear, w=2, l=1, c=6, m=3)
19841951
calendar.firstweekday None != ()
19851952
calendar.month None != (theyear, themonth, w=0, l=0)
@@ -2084,5 +2051,5 @@ resource.struct_rusage ValueError('no signature found') != (iterable=(), /)
20842051
out 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

Comments
 (0)