Skip to content

MNT: Replace lazyproperty with cached_property in Python 3.8 #9036

@pllim

Description

@pllim

As @Mariatta pointed out in #8881 (comment) , we might be able to replace lazyproperty with cached_property that is new in Python 3.8. We also need to figure out the best way to support this for Python<=3.7 or wait until our Python minversion is 3.8.

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