File tree Expand file tree Collapse file tree
stdlib/@tests/stubtest_allowlists Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,6 +130,11 @@ mailbox.Mailbox.__exit__
130130mailbox._ProxyFile.__class_getitem__
131131marshal.dump
132132marshal.dumps
133+ math.fmax
134+ math.fmin
135+ math.isnormal
136+ math.issubnormal
137+ math.signbit
133138multiprocessing.context.BaseContext.set_forkserver_preload
134139multiprocessing.forkserver.ForkServer.set_forkserver_preload
135140multiprocessing.forkserver.main
@@ -192,6 +197,8 @@ profiling.sampling.sample
192197profiling.sampling.stack_collector
193198profiling.sampling.string_table
194199profiling.tracing
200+ pydoc.Doc.STDLIB_DIR
201+ pydoc.Doc.getdocloc
195202site.addsitedir
196203site.addsitepackages
197204site.addusersitepackages
@@ -214,6 +221,7 @@ threading.__all__
214221threading.concurrent_tee
215222threading.serialize_iterator
216223threading.synchronized_iterator
224+ timeit.Timer.autorange
217225tkinter.Grid.content
218226tkinter.Grid.grid_content
219227tkinter.Image.__iter__
You can’t perform that action at this time.
0 commit comments