]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set (#111762)
authorTian Gao <gaogaotiantian@hotmail.com>
Mon, 27 Nov 2023 23:11:40 +0000 (14:11 -0900)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 23:11:40 +0000 (23:11 +0000)
commitb90a5cf11cdb69e60aed7be732e80113bca7bbe4
tree2b6c903d11ec948baf80ba163f01978189a72b5b
parent8f71b349de1ff2b11223ff7a8241c62a5a932339
gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set (#111762)

Co-authored-by: Christian Walther <cwalther@users.noreply.github.com>
Doc/whatsnew/3.13.rst
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2023-11-05-20-09-27.gh-issue-99367.HLaWKo.rst [new file with mode: 0644]