]> granicus.if.org Git - python/commit
Issue #18458: Prevent crashes with newer versions of libedit. Its readline
authorNed Deily <nad@acm.org>
Sat, 12 Oct 2013 22:45:25 +0000 (15:45 -0700)
committerNed Deily <nad@acm.org>
Sat, 12 Oct 2013 22:45:25 +0000 (15:45 -0700)
commit62a192931b5e387f2fd5b6f90ebe505ee6b95404
treee652ab2fdfafa5b815e144661e0cf402bbe5018e
parent4243fbf3724d0315c6c81fdd896e5336b434c631
Issue #18458: Prevent crashes with newer versions of libedit.  Its readline
emulation has changed from 0-based indexing to 1-based like gnu readline.
Original patch by Ronald Oussoren.
Misc/NEWS
Modules/readline.c