Skip to content

refleak in typing.py #323

@gvanrossum

Description

@gvanrossum

This is a proxy for http://bugs.python.org/issue28649, which is discussing a reference leak (real or perceived) caused (most likely) by the use of lru_cache. There's a small fix there that we should apply here (if it gets applied to CPython): http://bugs.python.org/review/28649/#ps19113; and another at http://bugs.python.org/review/28649/. Also I think the fixes should be back-ported (the Python 2 version uses its own cache implementation which presumably should also be cleared when testing for refleaks).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions