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 jstasiak
Recipients aeros, asvetlov, chris.jerdonek, jstasiak, njs, vstinner, yselivanov
Date 2020-11-05.17:08:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604596114.58.0.552184575697.issue38323@roundup.psfhosted.org>
In-reply-to
Content
FYI your PR 20142 together with my PR https://github.com/python/cpython/pull/23154 allow me to run the whole test_asyncio test suite on OpenIndiana 5.11:

$ ./python -m unittest -v test.test_asyncio
(...)
Ran 2298 tests in 71.668s

OK (skipped=52)


without your PR at least one of the tests is hanging forever. So, this PR improves Solaris/SunOS/illumos/OpenIndiana side of things as well.
History
Date User Action Args
2020-11-05 17:08:34jstasiaksetrecipients: + jstasiak, vstinner, njs, asvetlov, chris.jerdonek, yselivanov, aeros
2020-11-05 17:08:34jstasiaksetmessageid: <1604596114.58.0.552184575697.issue38323@roundup.psfhosted.org>
2020-11-05 17:08:34jstasiaklinkissue38323 messages
2020-11-05 17:08:34jstasiakcreate