]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122546: use same filename for different exceptions in new repl (#123217)
authorSergey B Kirpichev <skirpichev@gmail.com>
Thu, 22 Aug 2024 11:55:30 +0000 (14:55 +0300)
committerGitHub <noreply@github.com>
Thu, 22 Aug 2024 11:55:30 +0000 (12:55 +0100)
commit3d7b1a526d858496add5b188c790b8d5fe73b06b
treec990713e27b5edba168bfb032b4294a625401c3a
parent427b106162c7467de8a84476a053dfba9ef16dfa
gh-122546: use same filename for different exceptions in new repl (#123217)

* gh-122546: use same filename for different exceptions in new repl

* +1
Lib/_pyrepl/console.py
Lib/code.py
Lib/test/test_pyrepl/test_pyrepl.py
Misc/NEWS.d/next/Library/2024-08-22-11-25-19.gh-issue-122546.BSmeE7.rst [new file with mode: 0644]