Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-85283: Build termios extension with the limited C API#116928
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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) {returnPyErr_SetFromErrno(state->TermiosError);// LINE 430 } |
kulikjak commentedMar 19, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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 ;-) |
Uh oh!
There was an error while loading.Please reload this page.
📚 Documentation preview 📚:https://cpython-previews--116928.org.readthedocs.build/