Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add readline workaround for libedit #13176

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

The-Compiler
Copy link
Member

@The-Compiler The-Compiler commented Jan 30, 2025

We had a very similar workaround before for pyreadline, which had a similar issue:

This technically will regress the issues above, but those issues just mean that import readline is broken in general, so the user should fix it instead (by e.g. uninstalling pyreadline).

Fixes #12888
Fixes #13170

We had a very similar workaround before for pyreadline, which had a similar
issue:

- Introduced in pytest-dev#1281
- Removed in pytest-dev#8848 for pytest-dev#8733 and pytest-dev#8847

This technically will regress the issues above, but those issues just mean that
`import readline` is broken in general, so the user should fix it instead (by
e.g. uninstalling pyreadline).

Fixes pytest-dev#12888
Fixes pytest-dev#13170
@psf-chronographer psf-chronographer bot added the bot:chronographer:provided (automation) changelog entry is part of PR label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:provided (automation) changelog entry is part of PR
Projects
None yet
2 participants