]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with `PYTHO...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Aug 2025 15:28:20 +0000 (17:28 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Aug 2025 15:28:20 +0000 (18:28 +0300)
commit6d30edbae279cb8f47d9bb24231a9d4eddafb635
treeefe8b5c5a28c5fd331a7a617e0f09207a4d9e6a0
parent5caa6cde5850c2fb1643e95083235e27e3b50dae
[3.14] gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with `PYTHONSTARTUP` (GH-137625) (#137771)

Co-authored-by: adam j hartz <hz@mit.edu>
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