Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-134466: Don't run when termios is inaccessible#138911
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
Without the ability to set required capabilities, the REPL cannotfunction properly (syntax highlighting and multiline editing can'twork).We refuse to work in this degraded state.
This looks like it might also improvegh-135329 (adds ignoring |
Merging this will expose#139027, but that issue exists already and is a separate problem. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM! Let's work on#139027 separately.
2fc7004 intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@ambv for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
)Without the ability to set required capabilities, the REPL cannotfunction properly (syntax highlighting and multiline editing can'twork).We refuse to work in this degraded state.(cherry picked from commit2fc7004)Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Sorry,@ambv, I could not cleanly backport this to |
GH-139029 is a backport of this pull request to the3.14 branch. |
…nGH-138911)Without the ability to set required capabilities, the REPL cannotfunction properly (syntax highlighting and multiline editing can'twork).We refuse to work in this degraded state.(cherry picked from commit2fc7004)Co-authored-by: Łukasz Langa <lukasz@langa.pl>
GH-139030 is a backport of this pull request to the3.13 branch. |
Uh oh!
There was an error while loading.Please reload this page.
Without the ability to set required capabilities, the REPL cannot function properly (syntax highlighting and multiline editing can't work).
We refuse to work in this degraded state.