File tree Expand file tree Collapse file tree 1 file changed +3
-21
lines changed
Expand file tree Collapse file tree 1 file changed +3
-21
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
You can’t perform that action at this time.
0 commit comments