@@ -124,20 +124,15 @@ _ctypes.byref
124124_ctypes.byref
125125_ctypes.pointer
126126_curses.assume_default_colors
127- _curses.unget_wch
128- _curses.window.get_wch
129- _dbm
130127_decimal.Decimal.from_number
131128_decimal.IEEEContext
132129_decimal.IEEE_CONTEXT_MAX_BITS
133- _gdbm
134130_heapq.heapify_max
135131_heapq.heappop_max
136132_heapq.heappush_max
137133_heapq.heappushpop_max
138134_heapq.heapreplace_max
139135_imp.pyc_magic_number_token
140- _lzma
141136_posixsubprocess.fork_exec
142137_socket.CAN_RAW_ERR_FILTER
143138_socket.IPV6_RECVERR
@@ -148,12 +143,9 @@ _socket.IP_RECVTTL
148143_socket.SO_ORIGINAL_DST
149144_socket.VMADDR_CID_LOCAL
150145_socket.if_indextoname
151- _sqlite3.Connection.enable_load_extension
152- _sqlite3.Connection.load_extension
153146_ssl.HAS_PHA
154147_thread.RLock.locked
155148_thread.set_name
156- _tkinter
157149annotationlib
158150argparse.HelpFormatter.__init__
159151argparse.HelpFormatter.__init__
@@ -332,7 +324,9 @@ codeop.compile_command
332324compression
333325compression.bz2
334326compression.gzip
327+ compression.lzma
335328compression.zlib
329+ compression.zstd
336330concurrent.futures.__all__
337331concurrent.futures.Executor.map
338332concurrent.futures.InterpreterPoolExecutor
@@ -382,16 +376,12 @@ ctypes.wintypes.HDROP
382376ctypes.wintypes.HFILE
383377ctypes.wintypes.HRESULT
384378ctypes.wintypes.HSZ
385- curses.unget_wch
386- curses.window.get_wch
387379dataclasses.Field.__init__
388380dataclasses.Field.doc
389381dataclasses.field
390382dataclasses.make_dataclass
391383datetime.date.strptime
392384datetime.time.strptime
393- dbm.gnu
394- dbm.ndbm
395385decimal.Decimal.from_number
396386decimal.DecimalTuple.__annotate_func__
397387decimal.DecimalTuple.__annotations_cache__
@@ -465,7 +455,6 @@ ipaddress._IPAddressBase.version
465455logging.handlers.QueueListener.__enter__
466456logging.handlers.QueueListener.__exit__
467457logging.handlers.SysLogHandler.__init__
468- lzma
469458marshal.dump
470459marshal.dumps
471460multiprocessing.forkserver.main
@@ -488,9 +477,7 @@ os.SCHED_NORMAL
488477os.readinto
489478pathlib.Path.copy_into
490479pathlib.Path.copytree
491- pathlib.Path]
492480pathlib.Path.delete
493- pathlib.Path,
494481pathlib.Path.info
495482pathlib.Path.move
496483pathlib.Path.move_into
@@ -547,18 +534,7 @@ sys.remote_exec
547534tarfile.TarFile.zstopen
548535threading.Thread.__init__
549536threading._RLock.locked
550- tkinter
551- tkinter.colorchooser
552- tkinter.commondialog
553- tkinter.constants
554- tkinter.dialog
555- tkinter.dnd
556- tkinter.filedialog
557- tkinter.font
558- tkinter.messagebox
559- tkinter.scrolledtext
560- tkinter.simpledialog
561- tkinter.ttk
537+ tkinter.Event.__class_getitem__
562538token.__all__
563539token.TSTRING_END
564540token.TSTRING_MIDDLE
@@ -571,7 +547,15 @@ tomllib.TOMLDecodeError.__init__
571547tomllib.TOMLDecodeError.__init__
572548tomllib.TOMLDecodeError.__init__
573549traceback.__all__
574- turtle
550+ turtle.__all__
551+ turtle.RawTurtle.fill
552+ turtle.RawTurtle.poly
553+ turtle.TurtleScreen.no_animation
554+ turtle.TurtleScreen.save
555+ turtle.fill
556+ turtle.no_animation
557+ turtle.poly
558+ turtle.save
575559types.CodeType.co_branches
576560types.FrameType.f_generator
577561types.FunctionType.__annotate__
0 commit comments