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.15:10:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628694648.23.0.128425578796.issue44887@roundup.psfhosted.org>
In-reply-to
Content
I found the high-level reason why test_builtin hangs: it runs doctests as well. What's the root cause? I don't know yet.


But to confirm, I can also hang the tests by running:

$ python3.9 -m test test_doctest test_builtin -v


Now to discover what it is that doctest does...
History
Date User Action Args
2021-08-11 15:10:48lukasz.langasetrecipients: + lukasz.langa
2021-08-11 15:10:48lukasz.langasetmessageid: <1628694648.23.0.128425578796.issue44887@roundup.psfhosted.org>
2021-08-11 15:10:48lukasz.langalinkissue44887 messages
2021-08-11 15:10:48lukasz.langacreate