-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
gh-85283: Build termios extension with the limited C API #116928
Conversation
Hi! After this commit, I am seeing the following errors when building main on Solaris:
AFAICT, this is because of the newly added Should I create a PR with a fix? |
That's strange. I cannot find this line in the main branch. Do you have a patch on top of the main branch? If yes, you should consider to propose it upstream? In main, I have: if (r == -1) {
return PyErr_SetFromErrno(state->TermiosError); // LINE 430
} |
Oh, I am very sorry. This is indeed from an internal patch and not in the It's a patch that workarounded an issue with the |
Well, either remove it, or propose it upstream. If you keep it, just add <errno.h> include ;-) |
📚 Documentation preview 📚: https://cpython-previews--116928.org.readthedocs.build/