Zephyr Lykos

Results 252 comments of Zephyr Lykos

Correct me if I'm wrong: seems already handled this (`generator._failed`)?

bisected to this commit: https://github.com/nvim-lua/plenary.nvim/commit/dd5a2f6d677f9c31dc55f0ab1ec2e9e43c408052

partially done in fef4bc70cdad8221cf6506090f437719bc393050, waiting for it to land in a tagged release

broken by Python 3.13+ (`pdb.py` → `cmd.py` → `code.py` → `rlcompleter.py` → `readline.py`) A possible temp fix is to add a stub: ```python # $PWNDBG/rlcompleter.py class Completer: pass ``` cc...