mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-04 18:43:23 +08:00
Fix sigtimedwait and sigwaitinfo signature (#10803)
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
_?curses.color_pair
|
||||
signal.sigtimedwait
|
||||
signal.sigwaitinfo
|
||||
|
||||
# ==========
|
||||
# Allowlist entries that cannot or should not be fixed
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
_?curses.color_pair
|
||||
signal.sigtimedwait
|
||||
signal.sigwaitinfo
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
_?curses.color_pair
|
||||
_posixsubprocess.fork_exec
|
||||
signal.sigtimedwait
|
||||
signal.sigwaitinfo
|
||||
|
||||
# Exists on some Linux builds, and is documented,
|
||||
# but is unavailable in Github Actions on Linux with Python 3.12
|
||||
|
||||
Reference in New Issue
Block a user