]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole (#119557)
authorSergey B Kirpichev <skirpichev@gmail.com>
Wed, 29 May 2024 06:57:50 +0000 (09:57 +0300)
committerGitHub <noreply@github.com>
Wed, 29 May 2024 06:57:50 +0000 (07:57 +0100)
commit86d1a1aa8841ea182eaf434ae6b942b3e93f58db
treecf1ccb08df50de774df8d0cca2af903905437040
parentc0faade891e6ccb61137041fe10cc05e5fa8d534
gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole (#119557)
Lib/_pyrepl/simple_interact.py
Lib/test/test_pyrepl/test_interact.py
Misc/NEWS.d/next/Library/2024-05-25-20-15-26.gh-issue-119555.mvHbEL.rst [new file with mode: 0644]