Skip to content

gh-145035: Allows removing the _pyrepl module to completely disable the modern REPL #107268

gh-145035: Allows removing the _pyrepl module to completely disable the modern REPL

gh-145035: Allows removing the _pyrepl module to completely disable the modern REPL #107268

Triggered via pull request February 23, 2026 21:31
Status Failure
Total duration 44s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
lint
Process completed with exit code 1.
Ruff (F401): Lib/test/test_repl.py#L430
Lib/test/test_repl.py:430:20: F401 `_pyrepl` imported but unused; consider using `importlib.util.find_spec` to test for availability
Ruff (F401): Lib/test/support/__init__.py#L3027
Lib/test/support/__init__.py:3027:20: F401 `_pyrepl` imported but unused; consider using `importlib.util.find_spec` to test for availability