]> git.eshelyaron.com Git - emacs.git/commit
Disable PyREPL in Python shell
authorLiu Hui <liuhui1610@gmail.com>
Tue, 18 Feb 2025 09:52:36 +0000 (17:52 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 18 Feb 2025 21:33:41 +0000 (22:33 +0100)
commit80caec417b241877e71b878a615230310e009691
tree7bbe0f5a5afa029a8ea26b0511d12b3f2508c3ad
parentc5e530d7afe3a4ce577006b351c7e9a4aa2fe33a
Disable PyREPL in Python shell

The new default REPL (PyREPL) in Python 3.13 is incompatible
with Python shell and displays a warning message when reverting
to the old basic REPL.

* lisp/progmodes/python.el
(python-shell--calculate-process-environment): Use the basic
REPL.  (Bug#76205)

(cherry picked from commit db8af88222bbf06948622d2b4fc4d27b73350b83)
lisp/progmodes/python.el