]> git.eshelyaron.com Git - emacs.git/commit
Implement caching for 'python-shell-completion-at-point'
authorAugusto Stoffel <arstoffel@gmail.com>
Sat, 11 Sep 2021 12:50:28 +0000 (14:50 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 11 Sep 2021 12:58:12 +0000 (14:58 +0200)
commite4300777e8cc7559ea29faaeab6cafd3f7ebf3b7
tree31cac363dab51ce2aba8316433c529c1112dc30f
parente40f5a91eed69b5d6131671ba1699ce3ccb92f16
Implement caching for 'python-shell-completion-at-point'

* lisp/progmodes/python.el (python-shell-completion-at-point): cache
results, since computing them involves talking with the inferior
process and, potentially, network communications
(python-shell--capf-cache): new variable, for cache
(python-shell-completion-get-completions)
(python-shell-completion-native-get-completions): 'import' argument is
not needed anymore.
(python-shell-completion-native-setup)
(python-shell-completion-native-try): pass the setup code
synchronously, to avoid printing a message in the shell (bug#50459).
lisp/progmodes/python.el