Skip to content

_inlineCallbacks machinery has a circular reference #11885

@erikjohnston

Description

@erikjohnston

The _inlineCallbacks machinery currently causes a circular reference to be made, which stops Python from freeing the deferreds etc immediately.

This is caused by usages of inline functions. The fix is to move those functions out into standalone ones. (PR incoming).

Similar to #10310.

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