mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
HAVE_NCURSESW is present on macos (#12441)
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
webbrowser.MacOSX.__init__
|
||||
|
||||
# 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)?
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
# new in py313
|
||||
posixpath.splitroot
|
||||
|
||||
# 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
|
||||
|
||||
# Exists locally on MacOS but not on GitHub
|
||||
(mmap.MAP_32BIT)?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user