]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118893: Evaluate all statements in the new REPL separately (#119318)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 21 May 2024 23:16:56 +0000 (19:16 -0400)
committerGitHub <noreply@github.com>
Tue, 21 May 2024 23:16:56 +0000 (23:16 +0000)
commita3e4fec8734a304d654e4ae24a4aa2f41a7b0640
treea152e54e9dad1a39e40b2bfd5f2b167576dda446
parent9fa206aaeccc979a4bd03852ba38c045294a3d6f
gh-118893: Evaluate all statements in the new REPL separately (#119318)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/_pyrepl/simple_interact.py
Lib/code.py
Lib/test/test_pyrepl/test_interact.py [new file with mode: 0644]
Lib/test/test_traceback.py
Lib/traceback.py