Skip to content
Snippets Groups Projects
Commit f563406d authored by Damien George's avatar Damien George
Browse files

py/moduerrno: Make uerrno.errorcode dict configurable.

It's configured by MICROPY_PY_UERRNO_ERRORCODE and enabled by default
(since that's the behaviour before this patch).

Without this dict the lookup of errno codes to strings must use the
uerrno module itself.
parent 22a6344e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment