]> granicus.if.org Git - python/commit
bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915)
authorZvezdan Petkovic <zpetkovic@acm.org>
Thu, 17 May 2018 06:45:10 +0000 (02:45 -0400)
committerNed Deily <nad@python.org>
Thu, 17 May 2018 06:45:10 +0000 (02:45 -0400)
commitc2f082e9d164acfa8f96de9526f0f47ae92c426a
tree2703db1255f12f5603b1f0b38c9f888305bc72f2
parent64fddc423fcbe90b8088446c63385ec0aaf3077c
bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915)

The editline emulation needs to be initialized *after* the name is
defined. This fixes the long open issue.
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