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 mattip
Recipients asvetlov, mattip, yselivanov
Date 2021-08-26.08:34:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629966845.23.0.661629183218.issue45011@roundup.psfhosted.org>
In-reply-to
Content
PyPy has no asyncio c-extension module _asyncio. I see stdlib test failures when running the tests in test/test_asyncio/*.py. If I disable _asyncio in Lib/asyncio/events.py (at the end of the file) I see similar failures in CPython3.8 on Ubuntu 20.04 in

test_buffered_proto.py test_buffered_proto_create_connection

test_sslproto.py test_create_connection_memory_leak, test_handshake_timeout, test_start_tls_client_buf_proto_1, 

Also this test depends on _CFuture
test_futures.py
History
Date User Action Args
2021-08-26 08:34:05mattipsetrecipients: + mattip, asvetlov, yselivanov
2021-08-26 08:34:05mattipsetmessageid: <1629966845.23.0.661629183218.issue45011@roundup.psfhosted.org>
2021-08-26 08:34:05mattiplinkissue45011 messages
2021-08-26 08:34:05mattipcreate