Skip to content

Use public .is_closed() instead of private ._check_closed() from asyncio #98

Open
@shamrin

Description

@shamrin

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions