Possibly. Definitely why it has been locking up on me when I added lsp-mode.
Lsp-mode will schedule one request per keypress but then cancel that request at the next keypress. But since the python LSP server doesn't do async, it handles cancel requests by ignoring them