]> git.eshelyaron.com Git - emacs.git/commit
Fixes for 'python-shell-send-string' and 'python-shell-send-file'
authorAugusto Stoffel <arstoffel@gmail.com>
Sat, 4 Sep 2021 09:16:11 +0000 (11:16 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 5 Sep 2021 07:43:13 +0000 (09:43 +0200)
commit1fdd898704629de550e2374cf0a06b7c519d6022
tree554518b4175b46526f1a06e096e0710eb1ed3cff
parentba84ec8bd93b931be975ab8a8a7f0d7a2df7054a
Fixes for 'python-shell-send-string' and 'python-shell-send-file'

* lisp/progmodes/python.el (python-shell-send-string): use a temporary
file for sufficiently long strings.
(python-shell-send-file, python-shell-eval-file-setup-code): Avoid
showing "plumbing code" in the traceback (bug#32042).
lisp/progmodes/python.el