]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:29 +0000 (16:58 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Jun 2025 14:58:29 +0000 (16:58 +0200)
commit7ca17edd13c77a38d1a7b7f3c0becff63f7e2506
treec63e6be7369b935861136d7b0495f7613f058fc1
parent11f7270e8f2f1ac28a478e9b0758ec4d50d232ff
[3.13] gh-130999: Avoid exiting the new REPL when there are non-string candidates for suggestions (gh-131001) (gh-135020)

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]