mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
The actual underlying error number raised from the lwIP subsystem when attempting to listen on a socket is swallowed and replaced with an out-of-memory error which is confusing. This commit passes the underlying error message from the lwIP subsystem to the appropriate OSError exception.
62 KiB
62 KiB