mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +08:00
Improve errno stubs on Windows and MacOS (#8142)
This commit is contained in:
@@ -12,6 +12,7 @@ selectors.KqueueSelector
|
||||
signal.SIGEMT
|
||||
signal.SIGINFO
|
||||
socket.[A-Z0-9_]+
|
||||
errno.[A-Z0-9]+
|
||||
|
||||
# Exists at runtime, but missing from stubs
|
||||
distutils.msvccompiler.MSVCCompiler.get_msvc_paths
|
||||
|
||||
@@ -519,7 +519,6 @@ xml.etree
|
||||
xml.sax
|
||||
|
||||
# Platform differences that cannot be captured by the type system
|
||||
errno.[A-Z0-9]+
|
||||
os.O_[A-Z_]+
|
||||
(posix.O_[A-Z_]+)?
|
||||
(posix.ST_[A-Z]+)?
|
||||
|
||||
Reference in New Issue
Block a user