[issue23373] curses.textpad crashes in insert mode on wide window

2015-02-01 Thread Alex Martelli

New submission from Alex Martelli:

http://stackoverflow.com/questions/28264353/stack-overflow-in-pythons-curses-is-it-bug-in-the-module/28264823#28264823
 for details.  a curses.textpad on a wide-enough window, in insert mode, causes 
a crash by recursion limit exceeded (in _insert_printable_char) upon edit.  
Workaround is to keep the window underlying the textpad sufficiently narrow.

--
components: Library (Lib)
messages: 235182
nosy: Alex.Martelli
priority: normal
severity: normal
status: open
title: curses.textpad crashes in insert mode on wide window
type: crash
versions: Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23373
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23373] curses.textpad crashes in insert mode on wide window

2015-02-01 Thread Berker Peksag

Berker Peksag added the comment:

Thanks for the report. This is a duplicate of issue 13051. The insert_mode 
parameter was committed in issue 1048820.

--
nosy: +berker.peksag
resolution:  - duplicate
stage:  - resolved
status: open - closed
superseder:  - Infinite recursion in curses.textpad.Textbox
type: crash - behavior

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23373
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com