[issue23735] Readline not adjusting width after resize with 6.3

Eric Price report at bugs.python.org
Sun Mar 27 09:43:28 EDT 2016


Eric Price added the comment:

Hmm, I'm not seeing comments in the review?

You're right about the order.  When we don't have sigaction, python's signal handler will reinstall itself, so we need to reinstall this one after calling the old handler.

----------
Added file: http://bugs.python.org/file42307/rl_sigwinch_version_4.patch

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


More information about the Python-bugs-list mailing list