Skip to content

Commit 5b622c8

Browse files
stdlib: Add errno.EDEADLK
1 parent 7c45890 commit 5b622c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/errno.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ EMLINK: int
3636
EPIPE: int
3737
EDOM: int
3838
ERANGE: int
39+
EDEADLK: int
3940
EDEADLCK: int
4041
ENAMETOOLONG: int
4142
ENOLCK: int

0 commit comments

Comments
 (0)