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

[3.7] bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) #6928

Merged
merged 1 commit into from
May 17, 2018

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 17, 2018

The editline emulation needs to be initialized after the name is
defined. This fixes the long open issue.
(cherry picked from commit c2f082e)

Co-authored-by: Zvezdan Petkovic zpetkovic@acm.org

https://bugs.python.org/issue13631

…cOS. (pythonGH-6915)

The editline emulation needs to be initialized *after* the name is
defined. This fixes the long open issue.
(cherry picked from commit c2f082e)

Co-authored-by: Zvezdan Petkovic <zpetkovic@acm.org>
@miss-islington
Copy link
Contributor Author

@zvezdan and @ned-deily: Backport status check is done, and it's a success ✅ .

@ned-deily ned-deily merged commit d504108 into python:3.7 May 17, 2018
@miss-islington
Copy link
Contributor Author

Thanks, @ned-deily!

@miss-islington miss-islington deleted the backport-c2f082e-3.7 branch May 17, 2018 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants