We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b05b60 commit c76acd8Copy full SHA for c76acd8
1 file changed
py/moduerrno.c
@@ -42,7 +42,9 @@
42
X(EAGAIN) \
43
X(ENOMEM) \
44
X(EACCES) \
45
+ X(EEXIST) \
46
X(ENODEV) \
47
+ X(EISDIR) \
48
X(EINVAL) \
49
X(EOPNOTSUPP) \
50
X(EADDRINUSE) \
0 commit comments