Fix stubtest now that Python 3.12.1 is out (#11121)

This commit is contained in:
Alex Waygood
2023-12-08 10:59:44 +00:00
committed by GitHub
parent acfdebfeb8
commit bb1f70ad08
3 changed files with 5 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
# TODO: fix
_curses.unget_wch
_curses.window.get_wch
curses.window.get_wch
# These entries looks like a `setup-python` bug:
(dbm.gnu)?
(_?locale.bind_textdomain_codeset)?

View File

@@ -14,10 +14,6 @@ enum.Enum.__init__
tkinter._VersionInfoType.__doc__
typing.NewType.__mro_entries__
# These can be removed when the next patch release of 3.12 comes out:
io.__all__
sre_parse.MAXWIDTH
# ==========
# Related to positional-only arguments
# ==========

View File

@@ -1,7 +1,3 @@
# CPython bug; waiting on https://github.com/python/cpython/pull/109790 to be backported
ntpath.isdir
os.path.isdir
# Undocumented internal method, not really for public consumption.
# (Hard to add types for unless we add stubs for the undocumented _overlapped module...)
asyncio.IocpProactor.finish_socket_func