Improve errno stubs on Windows and MacOS (#8142)

This commit is contained in:
Alex Waygood
2022-06-26 03:59:02 +01:00
committed by GitHub
parent 288c6ac447
commit f812d71ffa
3 changed files with 130 additions and 68 deletions

View File

@@ -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

View File

@@ -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]+)?