[issue31078] pdb's debug command (Pdb.do_debug) doesn't use rawinput even if the parent pdb uses rawinput

daniel hahler report at bugs.python.org
Thu May 16 06:35:56 EDT 2019


daniel hahler <python-bugs at thequod.de> added the comment:

> I think a good alternative patch might be:

This however makes it behave different in tests, where stdout might be mocked/wrapped intentionally.

Therefore I think using the parent's `use_rawinput` is the better fix for this (the originally proposed patch).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31078>
_______________________________________


More information about the Python-bugs-list mailing list