]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-67224: Show source lines in tracebacks when using the -c option when running Pytho...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 26 Oct 2023 06:17:28 +0000 (15:17 +0900)
committerGitHub <noreply@github.com>
Thu, 26 Oct 2023 06:17:28 +0000 (15:17 +0900)
commit90a1b2859f99a4b07da6c46b99759444e3cefbfa
treee7ef4674c8e573906cfab0f3a3f096ac3fe4862d
parent3f84a19e6291db682fc9a570e7612e80e2ffbbb5
gh-67224: Show source lines in tracebacks when using the -c option when running Python (#111200)
13 files changed:
Include/internal/pycore_pylifecycle.h
Lib/linecache.py
Lib/test/test_cmd_line_script.py
Lib/test/test_io.py
Lib/test/test_repl.py
Lib/test/test_subprocess.py
Lib/test/test_sys.py
Lib/test/test_traceback.py
Lib/test/test_warnings/__init__.py
Lib/traceback.py
Misc/NEWS.d/next/Core and Builtins/2023-10-23-15-44-47.gh-issue-67224.S4D6CR.rst [new file with mode: 0644]
Modules/main.c
Python/pythonrun.c