This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients berker.peksag, donmez, emaste, eric.araujo, koobs, martin.panter, ned.deily, ngie, ronaldoussoren, vstinner
Date 2016-06-02.06:31:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464849071.6.0.621275009444.issue13501@psf.upfronthosting.co.za>
In-reply-to
Content
Patch v4 resolves conflicts against the current code. I also used AC_CHECK_DECL invocations instead of AC_COMPILE_IFELSE in the configure script.

FTR I think my problems with the prompt and the terminal settings are caused by a line of code that is commented out in the Apple version. See <https://gnats.netbsd.org/48957> and <http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit/readline.c.diff?r1=1.110&r2=1.111>. Also, the following test fails for me when using Editline:

======================================================================
ERROR: testHistoryUpdates (test.test_readline.TestHistoryManipulation)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/proj/python/cpython/Lib/test/test_readline.py", line 38, in testHistoryUpdates
    readline.replace_history_item(0, "replaced line")
ValueError: No history item at position 0

Third, test_zipimport passes, but messes up the terminal (staircase effect). Probably related to the Apple patch mentioned above.
History
Date User Action Args
2016-06-02 06:31:13martin.pantersetrecipients: + martin.panter, ronaldoussoren, vstinner, donmez, ned.deily, eric.araujo, ngie, berker.peksag, koobs, emaste
2016-06-02 06:31:11martin.pantersetmessageid: <1464849071.6.0.621275009444.issue13501@psf.upfronthosting.co.za>
2016-06-02 06:31:11martin.panterlinkissue13501 messages
2016-06-02 06:31:11martin.pantercreate