Skip to content

Commit 6f0c627

Browse files
committed
Update stubtest allowlist from CI run
1 parent c582190 commit 6f0c627

1 file changed

Lines changed: 12 additions & 28 deletions

File tree

stdlib/@tests/stubtest_allowlists/py314.txt

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -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
157149
annotationlib
158150
argparse.HelpFormatter.__init__
159151
argparse.HelpFormatter.__init__
@@ -332,7 +324,9 @@ codeop.compile_command
332324
compression
333325
compression.bz2
334326
compression.gzip
327+
compression.lzma
335328
compression.zlib
329+
compression.zstd
336330
concurrent.futures.__all__
337331
concurrent.futures.Executor.map
338332
concurrent.futures.InterpreterPoolExecutor
@@ -382,16 +376,12 @@ ctypes.wintypes.HDROP
382376
ctypes.wintypes.HFILE
383377
ctypes.wintypes.HRESULT
384378
ctypes.wintypes.HSZ
385-
curses.unget_wch
386-
curses.window.get_wch
387379
dataclasses.Field.__init__
388380
dataclasses.Field.doc
389381
dataclasses.field
390382
dataclasses.make_dataclass
391383
datetime.date.strptime
392384
datetime.time.strptime
393-
dbm.gnu
394-
dbm.ndbm
395385
decimal.Decimal.from_number
396386
decimal.DecimalTuple.__annotate_func__
397387
decimal.DecimalTuple.__annotations_cache__
@@ -465,7 +455,6 @@ ipaddress._IPAddressBase.version
465455
logging.handlers.QueueListener.__enter__
466456
logging.handlers.QueueListener.__exit__
467457
logging.handlers.SysLogHandler.__init__
468-
lzma
469458
marshal.dump
470459
marshal.dumps
471460
multiprocessing.forkserver.main
@@ -488,9 +477,7 @@ os.SCHED_NORMAL
488477
os.readinto
489478
pathlib.Path.copy_into
490479
pathlib.Path.copytree
491-
pathlib.Path]
492480
pathlib.Path.delete
493-
pathlib.Path,
494481
pathlib.Path.info
495482
pathlib.Path.move
496483
pathlib.Path.move_into
@@ -547,18 +534,7 @@ sys.remote_exec
547534
tarfile.TarFile.zstopen
548535
threading.Thread.__init__
549536
threading._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__
562538
token.__all__
563539
token.TSTRING_END
564540
token.TSTRING_MIDDLE
@@ -571,7 +547,15 @@ tomllib.TOMLDecodeError.__init__
571547
tomllib.TOMLDecodeError.__init__
572548
tomllib.TOMLDecodeError.__init__
573549
traceback.__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
575559
types.CodeType.co_branches
576560
types.FrameType.f_generator
577561
types.FunctionType.__annotate__

0 commit comments

Comments
 (0)