mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
allowlist updates for new patch releases of 3.12 and 3.13 (#13194)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
# =======
|
||||
# >= 3.13
|
||||
# =======
|
||||
|
||||
# TODO: triage these (new in py313)
|
||||
posixpath.splitroot
|
||||
|
||||
|
||||
# =======
|
||||
# >= 3.12
|
||||
# =======
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -7,9 +7,6 @@
|
||||
asyncio.IocpProactor.finish_socket_func
|
||||
asyncio.windows_events.IocpProactor.finish_socket_func
|
||||
|
||||
ntpath.exists
|
||||
os.path.exists
|
||||
|
||||
|
||||
# =========
|
||||
# 3.12 only
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user