[New-bugs-announce] [issue45011] tests fail when using pure-python instead of _asycio
mattip
report at bugs.python.org
Thu Aug 26 04:34:05 EDT 2021
New submission from mattip <matti.picus at gmail.com>:
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
----------
components: asyncio
messages: 400322
nosy: asvetlov, mattip, yselivanov
priority: normal
severity: normal
status: open
title: tests fail when using pure-python instead of _asycio
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45011>
_______________________________________
More information about the New-bugs-announce
mailing list