File tree Expand file tree Collapse file tree 2 files changed +6
-36
lines changed
Expand file tree Collapse file tree 2 files changed +6
-36
lines changed Original file line number Diff line number Diff 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
197192itertools._tee
198193itertools._tee_dataobject
@@ -638,12 +633,9 @@ _struct.__file__
638633sys._clear_internal_caches
639634sys._clear_type_cache
640635sys._current_exceptions
641- sys._current_frames
642636sys._debugmallocstats
643637sys._get_cpu_count_config
644638sys._is_interned
645- sys._setprofileallthreads
646- sys._settraceallthreads
647639sys._stdlib_dir
648640sys.activate_stack_trampoline
649641sys.addaudithook
@@ -711,20 +703,10 @@ termios._POSIX_VDISABLE
711703termios.__file__
712704termios.tcgetwinsize
713705termios.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
728710time.altzone
729711time.pthread_getcpuclockid
730712time.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
Original file line number Diff line number Diff line change @@ -334,7 +334,6 @@ posix.makedev
334334posix.memfd_create
335335posix.minor
336336posix.mkfifo
337- posix.pidfd_open
338337posix.posix_fadvise
339338posix.posix_fallocate
340339posix.posix_openpt
@@ -387,7 +386,6 @@ pyexpat.native_encoding
387386_random.__file__
388387random._parse_args
389388random.main
390- re.PatternError
391389resource.RLIMIT_OFILE
392390resource.__file__
393391resource.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
729726threading._DeleteDummyThreadOnDel
730727threading.setprofile_all_threads
731- threading.settrace_all_threads
732728time.altzone
733729time.pthread_getcpuclockid
734730time.tzset
@@ -940,8 +936,6 @@ tty.TIOCSER_TEMT
940936tty.TIOCSETD
941937tty.TIOCSLCKTRMIOS
942938tty.TIOCSSERIAL
943- tty.cfmakecbreak
944- tty.cfmakeraw
945939typing.Match
946940unicodedata.__file__
947941unicodedata._ucnhash_CAPI
@@ -959,21 +953,15 @@ _warnings.filters
959953_warnings.warn_explicit
960954warnings._defaultaction
961955warnings._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
968956zlib.__file__
969957zoneinfo.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
You can’t perform that action at this time.
0 commit comments