Skip to content

atexit handler leaks connection instances #676

@douglas-raillard-arm

Description

@douglas-raillard-arm

While reviewing unrelated code, I realized we leak the connection objects when doing:

atexit.register(self.close)

            atexit.register(self.close)

This should be fixable with a WeakMethod, and the callback used to call atexit.unregister()

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