Skip to content

Commit 3ff1ab5

Browse files
committed
x
1 parent e170a99 commit 3ff1ab5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Lib/subprocess.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ def _args_from_interpreter_flags():
309309
'verbose': 'v',
310310
'bytes_warning': 'b',
311311
'quiet': 'q',
312-
'safe_path': 'P'
313312
# -O is handled in _optim_args_from_interpreter_flags()
314313
}
315314
args = _optim_args_from_interpreter_flags()

Lib/test/test_cmd_line.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,7 @@ def test_sys_flags_not_set(self):
10081008
PYTHONSAFEPATH="1",
10091009
)
10101010

1011+
10111012
class SyntaxErrorTests(unittest.TestCase):
10121013
def check_string(self, code):
10131014
proc = subprocess.run([sys.executable, "-"], input=code,

0 commit comments

Comments
 (0)