Skip to content

Future does not have _set_result method #200

@apatrushev

Description

@apatrushev

Context

Future created here:

self._close_waiter = loop.create_future()

... later used to _set_result, but asyncio.Future does not have such method:

self._close_waiter._set_result(None)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions