]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-117174: Add a new route in linecache to fetch interactive source code ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 10 Mar 2025 23:11:24 +0000 (00:11 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Mar 2025 23:11:24 +0000 (23:11 +0000)
commitc7022230d25f7eea85072e375126d0b207579800
treeb7a07f2eb5603aba968843e24d91067a5d46523f
parentebd2ed7ad8e499a64d989eb9e70035bcccde9f4f
[3.13] gh-117174: Add a new route in linecache to fetch interactive source code (GH-117500) (#131060)

gh-117174: Add a new route in linecache to fetch interactive source code (GH-117500)
(cherry picked from commit a931a8b32415f311008dbb3f09079aae1e6d7a3d)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
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