commit | d504108a88bd14a560dec875df682f4e581490e5 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu May 17 00:27:33 2018 -0700 |
committer | Ned Deily <nad@python.org> | Thu May 17 03:27:33 2018 -0400 |
tree | 61ac0557b8d45ebb01f5d30548dc69f4c9e8219a | |
parent | 9c17cd3214987c35a60dd4076fc3530f2b79bf52 [diff] |
bpo-13631: Fix the order of initialization for readline libedit on macOS. (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 c2f082e9d164acfa8f96de9526f0f47ae92c426a) Co-authored-by: Zvezdan Petkovic <zpetkovic@acm.org>