[issue13051] Infinite recursion in curses.textpad.Textbox

2011-09-27 Thread Tycho Andersen
New submission from Tycho Andersen : The attached patch fixes two bugs which manifest as infinite recursion in _insert_printable_char() of Textbox. First, the previous implementation of _insert_printable_char() used recursion to move characters when inserting a character. Thus, any Textpad

[issue13051] Infinite recursion in curses.textpad.Textbox

2011-12-20 Thread Tycho Andersen
Tycho Andersen added the comment: Attached is a patch which contains a testcase as well. A few notes about this testcase: 1. I couldn't figure out how to get it to run correctly after all the other tests had run, so I had to run it first. This seems lame. One possible fix is to run

[issue13051] Infinite recursion in curses.textpad.Textbox

2012-01-25 Thread Tycho Andersen
Tycho Andersen added the comment: Hi, any movement on this? -- ___ Python tracker <http://bugs.python.org/issue13051> ___ ___ Python-bugs-list mailing list Unsub