Skip to content

Add ENOTCONN to errno #1019

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2025
Merged

Add ENOTCONN to errno #1019

merged 1 commit into from
Jun 5, 2025

Conversation

thatbudakguy
Copy link
Contributor

ENOTCONN seems to be present in core micropython (v1.24.1), at least on my unix build, but not here – installing errno via mip resulted in me being unable to import it anymore.

@thatbudakguy thatbudakguy force-pushed the patch-1 branch 3 times, most recently from a3a24f3 to 76421c3 Compare June 4, 2025 16:59
Copy link
Member

@dpgeorge dpgeorge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks OK, thanks!

This is present in core MicroPython so needs to be added here.

Signed-off-by: Nick Budak <[email protected]>
@dpgeorge dpgeorge merged commit 15a6233 into micropython:master Jun 5, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants