FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.13] gh-119102: Fix REPL for dumb terminal (GH-119269) by miss-islington · Pull Request #119308 · python/cpython · GitHub

/ cpython Public

[3.13] gh-119102: Fix REPL for dumb terminal (GH-119269) - #119308

Merged
vstinner merged 1 commit into
python:3.13from
miss-islington:backport-73f4a58-3.13
May 21, 2024
Merged

[3.13] gh-119102: Fix REPL for dumb terminal (GH-119269)#119308
vstinner merged 1 commit into
python:3.13from
miss-islington:backport-73f4a58-3.13

Conversation

miss-islington commented May 21, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

Use CAN_USE_PYREPL of _pyrepl.main in the site module to decide
if _pyrepl.write_history_file() can be used.
(cherry picked from commit 73f4a58)

Co-authored-by: Victor Stinner vstinner@python.org

Use CAN_USE_PYREPL of _pyrepl.__main__ in the site module to decide
if _pyrepl.write_history_file() can be used.
(cherry picked from commit 73f4a58)

Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner enabled auto-merge (squash) May 21, 2024 12:54
vstinner merged commit f028451 into python:3.13 May 21, 2024
ambv added the topic-repl Related to the interactive shell label May 23, 2024
miss-islington deleted the backport-73f4a58-3.13 branch January 2, 2026 17:09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news topic-repl Related to the interactive shell

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL