]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-122546: Relax SyntaxError check when raising errors on the new REPL (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Aug 2024 00:32:11 +0000 (02:32 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Aug 2024 00:32:11 +0000 (00:32 +0000)
commitfda8aec625d5be02ebb1c67fad89db85fa1f4f12
treee5a30b620e50803720d18ccad4c4f68145acaf35
parent30eee22d3f5b637d2a9536c2d7bf448f6ac14118
[3.13] gh-122546: Relax SyntaxError check when raising errors on the new REPL (GH-123233) (#123247)

gh-122546: Relax SyntaxError check when raising errors on the new REPL (GH-123233)
(cherry picked from commit 4c3f0cbeaec0d49212d305618743fabb0e74a696)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Lib/code.py
Lib/test/test_pyrepl/test_pyrepl.py