[issue44887] test_input_tty hangs when run multiple times in the same process on macOS 10.15

Łukasz Langa report at bugs.python.org
Wed Aug 11 14:50:07 EDT 2021


Łukasz Langa <lukasz at langa.pl> added the comment:

The doctest runner sets an output redirecting debugger, which subclasses Pdb, around actually running the doctest. This action causes the hang. New finding, we can hang the test with test_pdb too:

$ python3.9 -m test test_pdb test_builtin -v

----------

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


More information about the Python-bugs-list mailing list