Skip to content

Commit 0b86e9c

Browse files
youknowoneactions-user
authored andcommitted
Update what is left results
1 parent 0d9cf3f commit 0b86e9c

File tree

2 files changed

+6
-36
lines changed

2 files changed

+6
-36
lines changed

_data/whats_left.temp

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,6 @@ http.HTTPMethod
188188
_imp._override_multi_interp_extensions_check
189189
_imp.create_dynamic
190190
_imp.exec_dynamic
191-
inspect.CO_ITERABLE_COROUTINE
192-
inspect.CO_NESTED
193-
inspect.CO_NEWLOCALS
194-
inspect.CO_NOFREE
195-
inspect.CO_OPTIMIZED
196191
_io._BytesIOBuffer
197192
itertools._tee
198193
itertools._tee_dataobject
@@ -638,12 +633,9 @@ _struct.__file__
638633
sys._clear_internal_caches
639634
sys._clear_type_cache
640635
sys._current_exceptions
641-
sys._current_frames
642636
sys._debugmallocstats
643637
sys._get_cpu_count_config
644638
sys._is_interned
645-
sys._setprofileallthreads
646-
sys._settraceallthreads
647639
sys._stdlib_dir
648640
sys.activate_stack_trampoline
649641
sys.addaudithook
@@ -711,20 +703,10 @@ termios._POSIX_VDISABLE
711703
termios.__file__
712704
termios.tcgetwinsize
713705
termios.tcsetwinsize
714-
_thread._ThreadHandle
715-
_thread._get_main_thread_ident
716-
_thread._is_main_interpreter
717-
_thread._make_thread_handle
718-
_thread._shutdown
719706
_thread.allocate
720-
_thread.daemon_threads_allowed
721707
_thread.exit_thread
722708
_thread.get_native_id
723-
_thread.lock
724-
_thread.start_joinable_thread
725709
_thread.start_new
726-
threading._DeleteDummyThreadOnDel
727-
threading.setprofile_all_threads
728710
time.altzone
729711
time.pthread_getcpuclockid
730712
time.tzset
@@ -958,10 +940,10 @@ zoneinfo.TZPATH
958940

959941
# summary
960942
# cpython_modules 287
961-
# implemented 126
943+
# implemented 127
962944
# not_implemented 47
963945
# failed_to_import 0
964-
# missing_items 84
946+
# missing_items 82
965947
# mismatched_items 55
966-
# mismatched_doc_items 42
948+
# mismatched_doc_items 41
967949
# not_implementeds 19

_data/whats_left_lastrun.temp

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ posix.makedev
334334
posix.memfd_create
335335
posix.minor
336336
posix.mkfifo
337-
posix.pidfd_open
338337
posix.posix_fadvise
339338
posix.posix_fallocate
340339
posix.posix_openpt
@@ -387,7 +386,6 @@ pyexpat.native_encoding
387386
_random.__file__
388387
random._parse_args
389388
random.main
390-
re.PatternError
391389
resource.RLIMIT_OFILE
392390
resource.__file__
393391
resource.getpagesize
@@ -409,7 +407,6 @@ _signal.SIGIOT
409407
_signal.SIGPOLL
410408
_signal.SIGRTMAX
411409
_signal.SIGRTMIN
412-
_signal.pidfd_send_signal
413410
_signal.pthread_kill
414411
_signal.sigpending
415412
_signal.sigtimedwait
@@ -728,7 +725,6 @@ _thread.start_joinable_thread
728725
_thread.start_new
729726
threading._DeleteDummyThreadOnDel
730727
threading.setprofile_all_threads
731-
threading.settrace_all_threads
732728
time.altzone
733729
time.pthread_getcpuclockid
734730
time.tzset
@@ -940,8 +936,6 @@ tty.TIOCSER_TEMT
940936
tty.TIOCSETD
941937
tty.TIOCSLCKTRMIOS
942938
tty.TIOCSSERIAL
943-
tty.cfmakecbreak
944-
tty.cfmakeraw
945939
typing.Match
946940
unicodedata.__file__
947941
unicodedata._ucnhash_CAPI
@@ -959,21 +953,15 @@ _warnings.filters
959953
_warnings.warn_explicit
960954
warnings._defaultaction
961955
warnings._onceregistry
962-
zipimport.END_CENTRAL_DIR_LOCATOR_SIZE_64
963-
zipimport.END_CENTRAL_DIR_SIZE_64
964-
zipimport.MAX_UINT32
965-
zipimport.STRING_END_LOCATOR_64
966-
zipimport.STRING_END_ZIP_64
967-
zipimport.ZIP64_EXTRA_TAG
968956
zlib.__file__
969957
zoneinfo.TZPATH
970958

971959
# summary
972960
# cpython_modules 287
973-
# implemented 125
961+
# implemented 126
974962
# not_implemented 47
975963
# failed_to_import 0
976-
# missing_items 86
964+
# missing_items 84
977965
# mismatched_items 55
978-
# mismatched_doc_items 43
966+
# mismatched_doc_items 42
979967
# not_implementeds 19

0 commit comments

Comments
 (0)