]> git.eshelyaron.com Git - emacs.git/commit
Allow evaluating Python code across machines
authorAugusto Stoffel <arstoffel@gmail.com>
Sun, 15 Aug 2021 12:00:49 +0000 (14:00 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 15 Aug 2021 12:00:49 +0000 (14:00 +0200)
commit926eeb7dd4b35a311d51cb651cc0c64fa4a5ab2c
treeeeb18f5292473607cbb02ec88628b24b4cbf1ce4
parent42a98feb5b8ff2d60701da4462864699c434562c
Allow evaluating Python code across machines

* python.el (python-shell-send-string): Ensure that the temporary file
is created in the host running the Python process (bug#50057).
lisp/progmodes/python.el