On 2026-09-16 23:27, Maximiliano Curia wrote:
¡Hola Drew!
El 2026-09-16 a las 22:44 +0200, Drew Parsons escribió:
What's the reason for separating the fix out into the extra functions?
The thing is that the functions are lru_cached but the path they
receive
could be a relative path, so we need to move the cache to the function
that receives the absolute path, and we keep the old one as a wrapper
to
the cached function.
That sounds reasonable. I'm not familiar with the lru cache,
so great we have an expert for these things!
I'll apply the patch.
Drew