◐ Shell
clean mode source ↗

[3.7] bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) by miss-islington · Pull Request #6928 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

@miss-islington miss-islington commented

May 17, 2018

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

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 Copy Markdown

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 Copy Markdown

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington @ned-deily @the-knights-who-say-ni @bedevere-bot @zvezdan