10000 errno: fix typo and add missing constants (#7553) · python/typeshed@0322fb0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0322fb0

Browse files
errno: fix typo and add missing constants (#7553)
1 parent 9a76b13 commit 0322fb0

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

stdlib/errno.pyi

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ EPIPE: int
3737
EDOM: int
3838
ERANGE: int
3939
EDEADLK: int
40-
EDEADLCK: int
4140
ENAMETOOLONG: int
4241
ENOLCK: int
4342
ENOSYS: int
@@ -136,3 +135,24 @@ ENOMEDIUM: int # undocumented
136135
ENOTRECOVERABLE: int # undocumented
137136
EOWNERDEAD: int # undocumented
138137
ERFKILL: int # undocumented
138+
EAUTH: int # undocumented
139+
EBADARCH: int # undocumented
140+
EBADEXEC: int # undocumented
141+
EBADMACHO: int # undocumented
142+
EBADRPC: int # undocumented
143+
EDEVERR: int # undocumented
144+
EFTYPE: int # undocumented
145+
EL: int # undocumented
146+
ELOCKUNMAPPED: int # undocumented
147+
ENEEDAUTH: int # undocumented
148+
ENOATTR: int # undocumented
149+
ENOPOLICY: int # undocumented
150+
ENOTACTIVE: int # undocumented
151+
EPROCLIM: int # undocumented
152+
EPROCUNAVAIL: int # undocumented
153+
EPROGMISMATCH: int # undocumented
154+
EPROGUNAVAIL: int # undocumented
155+
EPWROFF: int # undocumented
156+
EQFULL: int # undocumented
157+
ERPCMISMATCH: int # undocumented
158+
ESHLIBVERS: int # undocumented

0 commit comments

Comments
 (0)
0