]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122546: Relax SyntaxError check when raising errors on the new REPL (#123233)
authorSergey B Kirpichev <skirpichev@gmail.com>
Thu, 22 Aug 2024 23:25:33 +0000 (02:25 +0300)
committerGitHub <noreply@github.com>
Thu, 22 Aug 2024 23:25:33 +0000 (00:25 +0100)
commit4c3f0cbeaec0d49212d305618743fabb0e74a696
tree2baf6230407365e6c75f8fb5e9864a1d17431d33
parent297f2e093ec95800ae2184330b8408c875523467
gh-122546: Relax SyntaxError check when raising errors on the new REPL (#123233)
Lib/code.py
Lib/test/test_pyrepl/test_pyrepl.py