allowlist updates for new patch releases of 3.12 and 3.13 (#13194)

This commit is contained in:
Stephen Morton
2024-12-04 12:56:12 -08:00
committed by GitHub
parent ebe2558c2c
commit 9e033f3287
6 changed files with 20 additions and 26 deletions

View File

@@ -2,10 +2,14 @@
# >= 3.13
# =======
# TODO: New in 3.13.1
_socket.SO_BINDTODEVICE
socket.__all__
socket.SO_BINDTODEVICE
# Depends on HAVE_NCURSESW and how we install CPython,
# should be removed when 3.13 will be officially released:
_?curses.unget_wch
_?curses.window.get_wch
(mmap.MAP_32BIT)? # Exists locally on MacOS but not on GitHub
posixpath.splitroot

View File

@@ -1,11 +1,3 @@
# =======
# >= 3.13
# =======
# TODO: triage these (new in py313)
posixpath.splitroot
# =======
# >= 3.12
# =======

View File

@@ -2,6 +2,13 @@
# New errors in Python 3.12
# =========================
# TODO: New in 3.12.8
argparse.ArgumentParser._parse_known_args
concurrent.futures.process._SafeQueue.__init__
pickletools.read_stringnl
token.__all__
tokenize.__all__
# =======
# >= 3.12

View File

@@ -2,13 +2,20 @@
# New errors in Python 3.13
# =========================
# TODO: New in 3.13.1
argparse.ArgumentParser._parse_known_args
codeop.Compile.__call__
concurrent.futures.process._SafeQueue.__init__
pickletools.read_stringnl
token.__all__
tokenize.__all__
# =======
# >= 3.13
# =======
# TODO: triage these new errors
os.path.splitroot
tkinter.Misc.busy
tkinter.Misc.busy_cget
tkinter.Misc.busy_config

View File

@@ -7,9 +7,6 @@
asyncio.IocpProactor.finish_socket_func
asyncio.windows_events.IocpProactor.finish_socket_func
ntpath.exists
os.path.exists
# =========
# 3.12 only

View File

@@ -1,13 +1,3 @@
# =======
# >= 3.13
# =======
# New in py313 (triage these!)
ntpath.lexists
ntpath.splitroot
os.path.lexists
# =======
# >= 3.12
# =======
@@ -16,6 +6,3 @@ os.path.lexists
# (Hard to add types for unless we add stubs for the undocumented _overlapped module...)
asyncio.IocpProactor.finish_socket_func
asyncio.windows_events.IocpProactor.finish_socket_func
ntpath.exists
os.path.exists