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 vstinner
Recipients rhettinger, serhiy.storchaka, vstinner
Date 2020-12-02.21:06:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606943164.53.0.151035607615.issue42536@roundup.psfhosted.org>
In-reply-to
Content
> nosy: + rhettinger, serhiy.storchaka

I wanted to bisect this test before annoying too many people with this random issue. So far, I managed to simplified test_itertools to:

def test_main(verbose=None):
    test_classes = (
        TestBasicOps,
        TestVariousIteratorArgs,
        TestGC,
    )
    support.run_unittest(*test_classes)
History
Date User Action Args
2020-12-02 21:06:04vstinnersetrecipients: + vstinner, rhettinger, serhiy.storchaka
2020-12-02 21:06:04vstinnersetmessageid: <1606943164.53.0.151035607615.issue42536@roundup.psfhosted.org>
2020-12-02 21:06:04vstinnerlinkissue42536 messages
2020-12-02 21:06:04vstinnercreate