Open
Description
trio-asyncio
use private asyncio.BaseEventLoop._check_closed()
method everywhere.
We may want to switch to public .is_closed()
instead. It was introduced in Python 3.5.
See also: #96 (comment)
trio-asyncio
use private asyncio.BaseEventLoop._check_closed()
method everywhere.
We may want to switch to public .is_closed()
instead. It was introduced in Python 3.5.
See also: #96 (comment)