Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set#111762

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
iritkatriel merged 7 commits intopython:mainfromgaogaotiantian:pdb-safe-path
Nov 27, 2023
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
Update phrasing
  • Loading branch information
@gaogaotiantian
gaogaotiantian committedNov 27, 2023
commitd40d3db19e1c36e057d65d71ac1b127a1927ff46
6 changes: 3 additions & 3 deletionsDoc/whatsnew/3.13.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -254,9 +254,9 @@ pdb
identified and executed.
(Contributed by Tian Gao in :gh:`108464`.)

* ``sys.path[0]`` will no longer bemangled when ``sys.flags.safe_path`` is set (viathe
:option:`-P` command line option or :envvar:`PYTHONSAFEPATH` environment
variable).
* ``sys.path[0]`` will no longer bereplaced by the directory ofthe script
being debugged when ``sys.flags.safe_path`` is set (via the :option:`-P`
command line option or :envvar:`PYTHONSAFEPATH` environmentvariable).
(Contributed by Tian Gao and Christian Walther in :gh:`111762`.)

sqlite3
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp