]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with `PYTHONSTARTU...
authoradam j hartz <hz@mit.edu>
Thu, 14 Aug 2025 17:58:11 +0000 (13:58 -0400)
committerGitHub <noreply@github.com>
Thu, 14 Aug 2025 17:58:11 +0000 (20:58 +0300)
commit04f8ef663be7589def9f456a2024e1707e3408ea
tree1e4d6d3b1f39a3bece09017ea86b75d680e88dcd
parent8b8bd3d4ad80980e86562cd11ee30d3d6cedfab4
gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with `PYTHONSTARTUP` (#137625)

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