mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Remove unused stubtest whitelist entries (#5431)
This commit is contained in:
committed by
GitHub
parent
33bdde6ec4
commit
15e31fe54b
@@ -1,5 +1,3 @@
|
||||
_?curses.A_ITALIC
|
||||
_curses.color_pair
|
||||
curses.color_pair
|
||||
time.CLOCK_PROF
|
||||
time.CLOCK_UPTIME
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
_?curses.A_ITALIC
|
||||
ctypes.wintypes
|
||||
pwd.getpwnam
|
||||
time.CLOCK_PROF
|
||||
time.CLOCK_UPTIME
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
_?curses.A_ITALIC
|
||||
time.CLOCK_PROF
|
||||
time.CLOCK_UPTIME
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
_?curses.A_ITALIC
|
||||
time.CLOCK_PROF
|
||||
time.CLOCK_UPTIME
|
||||
|
||||
@@ -21,7 +21,6 @@ select.KQ_FILTER_NETDEV # system dependent
|
||||
select.kqueue.__init__ # default C signature is wrong
|
||||
select.POLLMSG # system dependent
|
||||
socket.socketpair
|
||||
time.CLOCK_HIGHRES
|
||||
|
||||
# ==========
|
||||
# Whitelist entries that cannot or should not be fixed
|
||||
|
||||
@@ -17,5 +17,3 @@ os.sendfile
|
||||
signal.sigtimedwait
|
||||
signal.sigwaitinfo
|
||||
select.epoll.register
|
||||
time.CLOCK_PROF
|
||||
time.CLOCK_UPTIME
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
ctypes.wintypes
|
||||
pwd.getpwnam
|
||||
time.CLOCK_PROF
|
||||
time.CLOCK_UPTIME
|
||||
@@ -1,3 +1 @@
|
||||
time.CLOCK_PROF
|
||||
time.CLOCK_UPTIME
|
||||
select.epoll.register
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
os.sendfile
|
||||
select.epoll.register
|
||||
time.CLOCK_PROF
|
||||
time.CLOCK_UPTIME
|
||||
|
||||
@@ -27,7 +27,6 @@ spwd.getspnam
|
||||
spwd.struct_spwd._asdict
|
||||
spwd.struct_spwd._make
|
||||
spwd.struct_spwd._replace
|
||||
time.CLOCK_HIGHRES
|
||||
urllib.request.proxy_bypass
|
||||
|
||||
# ==========
|
||||
|
||||
Reference in New Issue
Block a user