]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with `PYTHO...
authoradam j hartz <hz@mit.edu>
Fri, 15 Aug 2025 09:10:39 +0000 (05:10 -0400)
committerGitHub <noreply@github.com>
Fri, 15 Aug 2025 09:10:39 +0000 (12:10 +0300)
commit5131b8fe7ee61928a16c3aa71be91cc3b3d20f5e
tree804fa845833faa34fea813cd7771fecd6c7db57f
parent785b39671982d270521010239f5d52d2d816a7b9
[3.13] gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with `PYTHONSTARTUP` (GH-137625) (#137778)

(cherry picked from commit 04f8ef663be7589def9f456a2024e1707e3408ea)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Lib/test/test_repl.py
Lib/traceback.py
Misc/NEWS.d/next/Core and Builtins/2025-08-10-21-34-12.gh-issue-137576.0ZicS-.rst [new file with mode: 0644]
Python/pythonrun.c