[issue23735] Readline not adjusting width after resize with 6.3

Eric Price report at bugs.python.org
Tue Mar 22 23:04:45 EDT 2016


Eric Price added the comment:

Hmm, OK.  I've made a new version of the patch that chains signal handlers.  I think that should make it match previous functionality, and work with basic combined usage or python signal handlers.

It probably still won't work if you, say, want to start and then stop a signal handler installed in C, but that's basically Issue 13285.

----------
Added file: http://bugs.python.org/file42246/rl_sigwinch_calling_old_handler.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23735>
_______________________________________


More information about the Python-bugs-list mailing list