Browse Source
This is a more consistent use of errno codes. For example, it may be that a stream returns MP_EAGAIN but the mp_is_nonblocking_error() macro doesn't catch this value because it checks for EAGAIN instead (which may have a different value than MP_EAGAIN when MICROPY_USE_INTERNAL_ERRNO is enabled).pull/3741/merge
Ayke van Laethem
7 years ago
committed by
Damien George
2 changed files with 1 additions and 8 deletions
Loading…
Reference in new issue