Skip to content

Commit c76acd8

Browse files
committed
py/moduerrno: Add EEXIST, EISDIR.
Useful to check file/dir operations result, in particular used by upip.
1 parent 2b05b60 commit c76acd8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

py/moduerrno.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
X(EAGAIN) \
4343
X(ENOMEM) \
4444
X(EACCES) \
45+
X(EEXIST) \
4546
X(ENODEV) \
47+
X(EISDIR) \
4648
X(EINVAL) \
4749
X(EOPNOTSUPP) \
4850
X(EADDRINUSE) \

0 commit comments

Comments
 (0)