Skip to content

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

Merged
ned-deily merged 1 commit intopython:3.7from
miss-islington:backport-c2f082e-3.7
May 17, 2018
Merged

[3.7] bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915)#6928
ned-deily merged 1 commit intopython:3.7from
miss-islington:backport-c2f082e-3.7

Conversation

@miss-islington
Copy link
Copy Markdown
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 [email protected]

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 <[email protected]>
@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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants