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 asvetlov, vstinner, yselivanov
Date 2019-09-16.07:31:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568619103.08.0.463848222428.issue38182@roundup.psfhosted.org>
In-reply-to
Content
Python 3.8 also has SubprocessMultiLoopWatcherTests so it's also likely affected.

I ran this command for 1 minute on my Linux laptop, it didn't fail:

# my laptop has 8 logical CPUs
$ ./python -m test test_asyncio -m SubprocessMultiLoopWatcherTests -j20 -F -v
History
Date User Action Args
2019-09-16 07:31:43vstinnersetrecipients: + vstinner, asvetlov, yselivanov
2019-09-16 07:31:43vstinnersetmessageid: <1568619103.08.0.463848222428.issue38182@roundup.psfhosted.org>
2019-09-16 07:31:43vstinnerlinkissue38182 messages
2019-09-16 07:31:43vstinnercreate