New submission from mattip <matti.pi...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue45011>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to