py/moduerrno: Add EACCES, pretty common error on Unix.

stream-refactor
Paul Sokolovsky 2016-05-13 00:09:38 +03:00
parent 9a92499641
commit 10503f3534
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
X(EBADF) \
X(EAGAIN) \
X(ENOMEM) \
X(EACCES) \
X(ENODEV) \
X(EINVAL) \
X(EOPNOTSUPP) \