◐ Shell
clean mode source ↗

bpo-13631: Fix the order of initialization for readline/editline. by zvezdan · Pull Request #6915 · python/cpython

ned-deily

The editline emulation needs to be initialized *after* the name is
defined. This fixes the long open issue.

ned-deily

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 17, 2018
…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>

ned-deily pushed a commit that referenced this pull request

May 17, 2018
…cOS. (GH-6915) (GH-6928)

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>

@zvezdan zvezdan deleted the fix-readline-editline-init-order branch

May 19, 2018 01:05