Skip to content

Conversation

@johnslavik
Copy link
Contributor

@johnslavik johnslavik commented Dec 7, 2025

CC @ZeroIntensity skip news, needs backport to 3.13, needs backport to 3.14


if readline is None:
readline = "readline" in sys.modules
if readline:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't complicate this by checking whether the backend is editline first.
If we find any reliable way to isolate from libedit, we could simply inline it in this block.

@ZeroIntensity ZeroIntensity added tests Tests in the Lib/test dir needs backport to 3.14 bugs and security fixes skip news needs backport to 3.13 bugs and security fixes labels Dec 7, 2025
@johnslavik

This comment was marked as resolved.

@johnslavik johnslavik changed the title gh-142353: Isolate tests from personal Readline init files gh-142353: Isolate tests from personal GNU Readline init files Dec 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants