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

Reply via email to