@@ -24,9 +24,6 @@ _interpreters (entire module)
2424_lsprof (entire module)
2525_multibytecodec (entire module)
2626_pickle (entire module)
27- profile (entire module)
28- pstats (entire module)
29- _queue (entire module)
3027readline (entire module)
3128_sha2 (entire module)
3229_sysconfigdata__linux_x86_64-linux-gnu (entire module)
@@ -35,7 +32,6 @@ _testclinic_limited (entire module)
3532_testsinglephase (entire module)
3633_tkinter (entire module)
3734_tracemalloc (entire module)
38- tracemalloc (entire module)
3935turtle (entire module)
4036turtledemo (entire module)
4137xxlimited_35 (entire module)
@@ -80,7 +76,6 @@ ctypes.c_double_complex
8076ctypes.c_float_complex
8177ctypes.c_longdouble_complex
8278datetime.datetime_CAPI
83- errno.EHWPOISON
8479faulthandler._stack_overflow
8580faulthandler.dump_c_stack
8681fcntl.DN_ACCESS
@@ -191,7 +186,6 @@ os.TMP_MAX
191186os.XATTR_SIZE_MAX
192187os.confstr_names
193188os.supports_effective_ids
194- pathlib.EHWPOISON
195189pdb._ExecutableTarget
196190pdb._ModuleTarget
197191pdb._PdbClient
@@ -308,6 +302,7 @@ pyexpat.__file__
308302pyexpat.expat_CAPI
309303pyexpat.features
310304pyexpat.native_encoding
305+ _queue.__file__
311306_random.__file__
312307_remote_debugging.PROCESS_VM_READV_SUPPORTED
313308_remote_debugging.__file__
@@ -811,6 +806,26 @@ tkinter.image_names
811806tkinter.image_types
812807tkinter.mainloop
813808tkinter.wantobjects
809+ tracemalloc.BaseFilter
810+ tracemalloc.DomainFilter
811+ tracemalloc.Filter
812+ tracemalloc.Frame
813+ tracemalloc.Snapshot
814+ tracemalloc.Statistic
815+ tracemalloc.StatisticDiff
816+ tracemalloc.Trace
817+ tracemalloc.Traceback
818+ tracemalloc._Traces
819+ tracemalloc.__builtins__
820+ tracemalloc.__cached__
821+ tracemalloc.__file__
822+ tracemalloc.__name__
823+ tracemalloc.__package__
824+ tracemalloc._compare_grouped_stats
825+ tracemalloc._format_size
826+ tracemalloc._normalize_filename
827+ tracemalloc.get_object_traceback
828+ tracemalloc.take_snapshot
814829tty.CDSUSP
815830tty.CEOF
816831tty.CEOL
@@ -871,10 +886,10 @@ zoneinfo.TZPATH
871886
872887# summary
873888# cpython_modules 294
874- # implemented 162
875- # not_implemented 42
889+ # implemented 166
890+ # not_implemented 38
876891# failed_to_import 0
877892# missing_items 68
878- # mismatched_items 45
893+ # mismatched_items 46
879894# mismatched_doc_items 34
880895# not_implementeds 4
0 commit comments