]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 13 Oct 2023 09:25:37 +0000 (11:25 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Oct 2023 09:25:37 +0000 (09:25 +0000)
commite1d8c65e1df990ef8d61b8912742e1a021395e78
tree84956c1158b3baf33d9836a5a87b8fa6b57a0428
parent898f531996f2c5399b13811682c578c4fd08afaa
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
Include/internal/pycore_interp.h
Include/internal/pycore_parser.h
Lib/linecache.py
Lib/test/test_cmd_line_script.py
Lib/test/test_repl.py
Lib/traceback.py
Misc/NEWS.d/next/Core and Builtins/2023-10-13-09-21-29.gh-issue-110805.vhU7A7.rst [new file with mode: 0644]
Parser/peg_api.c
Parser/pegen.c
Parser/pegen.h
Python/pythonrun.c