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
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
Tycho Andersen added the comment:
Hi, any movement on this?
--
___
Python tracker
<http://bugs.python.org/issue13051>
___
___
Python-bugs-list mailing list
Unsub