]> granicus.if.org Git - python/commit
Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off")
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Jul 2014 20:11:21 +0000 (22:11 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Jul 2014 20:11:21 +0000 (22:11 +0200)
commit1d9457d2d29d75a20c2eab7e1570b59ee3306b27
treeb83577eccad380d6a95c1d9239c18b35d8373207
parentfe9ebe4f4ff848cda1d4a5e398354b3be3fb984e
Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off")
does crash on Mac OS X which uses libedit instead of readline.
Modules/readline.c