Skip to content

Commit 9a46249

Browse files
authored
Merge branch '3.10' into backport-371b4ea-3.10
2 parents 7c3e0dd + b357f2b commit 9a46249

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/posixpath.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,6 @@ def _joinrealpath(path, rest, strict, seen):
439439
try:
440440
st = os.lstat(newpath)
441441
except ignored_error:
442-
if strict:
443-
raise
444442
is_link = False
445443
else:
446444
is_link = stat.S_ISLNK(st.st_mode)

0 commit comments

Comments
 (0)