-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Clear LRU caches on pylint utilities #8420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll let Pierre say something about the backporting
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #8420 +/- ##
=======================================
Coverage 95.71% 95.72%
=======================================
Files 175 175
Lines 18451 18462 +11
=======================================
+ Hits 17660 17672 +12
+ Misses 791 790 -1
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ! Thanks for creating the label, when we release we change the one already backported one to "backported" and we could rename to old one or delete the old one / create the new one. I was in the process of doing just that and thought I should upgrade the release.md but then apparently got distracted by a squirrel π I realize now that I did not clean up readthedoc versions either, so this was a fruitful review.
Guard _lru_cache_wrapper under TYPE_CHECKING
202f282
This comment has been minimized.
This comment has been minimized.
Refs #8420 Co-authored-by: Jacob Walls <[email protected]>
(cherry picked from commit ab20812)
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit f8206be |
(cherry picked from commit ab20812) Co-authored-by: Jacob Walls <[email protected]>
Type of Changes
Description
Closes #8361
Created a new backport label (should I have?)