]> granicus.if.org Git - python/commit
bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 17 May 2018 07:27:33 +0000 (00:27 -0700)
committerNed Deily <nad@python.org>
Thu, 17 May 2018 07:27:33 +0000 (03:27 -0400)
commitd504108a88bd14a560dec875df682f4e581490e5
tree61ac0557b8d45ebb01f5d30548dc69f4c9e8219a
parent9c17cd3214987c35a60dd4076fc3530f2b79bf52
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>
Doc/library/readline.rst
Doc/tools/susp-ignored.csv
Misc/ACKS
Misc/NEWS.d/next/macOS/2018-05-16-13-25-58.bpo-13631.UIjDyY.rst [new file with mode: 0644]
Modules/readline.c