Fixes to curses stubs (#6620)

This commit is contained in:
Jelle Zijlstra
2021-12-17 09:39:00 -08:00
committed by GitHub
parent 6f2ff7e895
commit 183a43a7e0
5 changed files with 15 additions and 20 deletions

View File

@@ -3,10 +3,6 @@ _curses.color_pair
curses.color_pair
# Exists at runtime, but missing from stubs
_curses.get_escdelay
_curses.get_tabsize
_curses.set_escdelay
_curses.set_tabsize
asyncio.PidfdChildWatcher
asyncio.unix_events.PidfdChildWatcher
os.CLD_KILLED

View File

@@ -1,10 +1,6 @@
_?curses.A_ITALIC
# Exists at runtime, but missing from stubs
_curses.get_escdelay
_curses.get_tabsize
_curses.set_escdelay
_curses.set_tabsize
asyncio.PidfdChildWatcher
asyncio.unix_events.PidfdChildWatcher
os.CLD_KILLED

View File

@@ -18,10 +18,6 @@ signal.sigwaitinfo
select.epoll.register
# Exists at runtime, but missing from stubs
_curses.get_escdelay
_curses.get_tabsize
_curses.set_escdelay
_curses.set_tabsize
asyncio.PidfdChildWatcher
asyncio.unix_events.PidfdChildWatcher
os.CLD_KILLED

View File

@@ -2,10 +2,6 @@
select.epoll.register
# Exists at runtime, but missing from stubs
_curses.get_escdelay
_curses.get_tabsize
_curses.set_escdelay
_curses.set_tabsize
asyncio.PidfdChildWatcher
asyncio.unix_events.PidfdChildWatcher
os.CLD_KILLED