This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lukasz.langa
Recipients lukasz.langa
Date 2021-08-11.18:50:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628707807.57.0.464866844073.issue44887@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-08-11 18:50:07lukasz.langasetrecipients: + lukasz.langa
2021-08-11 18:50:07lukasz.langasetmessageid: <1628707807.57.0.464866844073.issue44887@roundup.psfhosted.org>
2021-08-11 18:50:07lukasz.langalinkissue44887 messages
2021-08-11 18:50:07lukasz.langacreate