cpython/Lib/_pyrepl
Łukasz Langa 3db6d82a4d
[3.13] gh-134466: Don't run when termios is inaccessible (GH-138911) (GH-139030)
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.
(cherry picked from commit 2fc7004d54)
2025-09-17 18:25:40 +02:00
..
__init__.py
__main__.py
_minimal_curses.py
_threading_handler.py
base_eventqueue.py
commands.py
completing_reader.py
console.py
curses.py
fancy_termios.py [3.13] gh-134466: Don't run when termios is inaccessible (GH-138911) (GH-139030) 2025-09-17 18:25:40 +02:00
historical_reader.py
input.py
keymap.py
main.py
mypy.ini
pager.py
reader.py
readline.py
simple_interact.py
trace.py
types.py
unix_console.py [3.13] gh-134466: Don't run when termios is inaccessible (GH-138911) (GH-139030) 2025-09-17 18:25:40 +02:00
unix_eventqueue.py
utils.py
windows_console.py
windows_eventqueue.py