Make 'python-shell--with-environment' respect buffer-local vars
authorEvgenii Klimov <eugene.dev@lipklim.org>
Thu, 29 Aug 2024 22:36:12 +0000 (23:36 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sat, 31 Aug 2024 10:16:42 +0000 (13:16 +0300)
commit5fd75133cfe389004f9fca8f11e093e531c45fe2
treebf743f823e69ff1d460e36f1260f86d88255c106
parente27849ecf6ee01f6d02ef2785d0c10e32bc764e9
Make 'python-shell--with-environment' respect buffer-local vars

* lisp/progmodes/python.el (python-shell--with-environment):
Make `with-temp-buffer' respect buffer-local values of
`process-environment' and `exec-path', if set.  (Bug#72849)
lisp/progmodes/python.el