]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-130999: Avoid exiting the new REPL when there are non-string candidates...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Jun 2025 14:58:03 +0000 (16:58 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Jun 2025 14:58:03 +0000 (16:58 +0200)
commit7775d93e2d142ab66c7d8fa7cff068b2522a37b0
treeaf42e8c85d69bd184430a6bc9799b68882c6afdf
parent0947773528dacfceb7d992e617bb97997a1b2495
[3.14] gh-130999: Avoid exiting the new REPL when there are non-string candidates for suggestions (gh-131001) (gh-135019)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/test/test_pyrepl/test_pyrepl.py
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Library/2025-03-09-03-13-41.gh-issue-130999.tBRBVB.rst [new file with mode: 0644]