]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117174: Add a new route in linecache to fetch interactive source code (#117500)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 10 Mar 2025 21:54:05 +0000 (21:54 +0000)
committerGitHub <noreply@github.com>
Mon, 10 Mar 2025 21:54:05 +0000 (21:54 +0000)
commita931a8b32415f311008dbb3f09079aae1e6d7a3d
tree33945124526fee1329a380adf5b3525e86038103
parentecdf6b15b0c0570c3c3302ab95bdbfd3007ea941
gh-117174: Add a new route in linecache to fetch interactive source code (#117500)
16 files changed:
Lib/_pyrepl/console.py
Lib/_pyrepl/simple_interact.py
Lib/inspect.py
Lib/linecache.py
Lib/test/test_capi/test_exceptions.py
Lib/test/test_gdb/gdb_sample.py
Lib/test/test_gdb/test_backtrace.py
Lib/test/test_gdb/test_misc.py
Lib/test/test_gdb/test_pretty_print.py
Lib/test/test_gdb/util.py
Lib/test/test_io.py
Lib/test/test_linecache.py
Lib/test/test_repl.py
Lib/test/test_subprocess.py
Lib/traceback.py
Python/pythonrun.c