Replace cachedproperty
with functools.cached_property
(>= 3.8)
#1410
Labels
Maintenance
Discussion or action around maintaining astroid or the dev workflow
Milestone
I thought about this PR recently again. Typing
cachedproperty
might not work, but it can be replaced withfunctools.cached_property
. We only need tosys
guard it for< 3.8
. This should workAdditionally, the deprecation warning can be limited to
>= 3.8
.Originally posted by @cdce8p in #1243 (comment)
The text was updated successfully, but these errors were encountered: