Closed
Description
BPO | 44817 |
---|---|
Nosy | @pfmoore, @tjguk, @zware, @eryksun, @zooba, @Spacetown |
PRs |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2021-08-03.05:24:11.950>
labels = ['type-bug', '3.9', '3.10', '3.11', 'library', 'OS-windows']
title = 'os.path.realpath fails with WinError 161'
updated_at = <Date 2021-08-05.07:29:35.809>
user = 'https://github.com/Spacetown'
bugs.python.org fields:
activity = <Date 2021-08-05.07:29:35.809>
actor = 'Spacetown'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)', 'Windows']
creation = <Date 2021-08-03.05:24:11.950>
creator = 'Spacetown'
dependencies = []
files = []
hgrepos = []
issue_num = 44817
keywords = ['patch']
message_count = 5.0
messages = ['398814', '398835', '398931', '398956', '398972']
nosy_count = 6.0
nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'eryksun', 'steve.dower', 'Spacetown']
pr_nums = ['27574']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue44817'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
Activity
Spacetown commentedon Aug 3, 2021
Using os.path.realpath(...) in the MVFS of Clearcase SCM (virtual file system) in Windows 10 a exception occures:
The error 161 (ERROR_BAD_PATHNAME) should also be ignored in _getfinalpathname_nonstrict.
20 remaining items