eyalk11
eyalk11
I do agree that seems like a good solution. Do visual multi has a reason to use global mappings?
@mg979 ? If you are still maintaning it.
Here is my fixed func ``` def wrapper(*args, **kwargs): """The actual wrapper""" nonlocal hits, misses try: key = make_key(args, kwargs) value = cache.get(key, sentinel) except: warnings.warn(f"cache get failed { key}")...
Also tried here. https://vi.stackexchange.com/questions/45641/how-to-debug-a-complete-freeze-in-neovim
I guess you know it already, but investing in debugging is productive for all users. Every hour spend on this would save 100 hours of frustrated developers & users. So...
I also got: Nudge: attempt 20 on kernel
It is probably all kernels
ME too . Has to do with pyenv?
I tried to compile with python3.13t (no GIL) , and got the same error.