This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neonene
Recipients eryksun, neonene, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-01-07.23:58:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641599927.66.0.339561742916.issue46287@roundup.psfhosted.org>
In-reply-to
Content
Regarding https://github.com/python/cpython/pull/30362#issuecomment-1005496892

_Py_abspath/_getfullpathname does not always call GetFullPathNameW on 3.11.

Python 3.10.1
>>> nt._getfullpathname('\\\\.\\C:////spam////eggs. . .')
'\\\\.\\C:\\spam\\eggs'

Python 3.11.0a3
>>> nt._getfullpathname('\\\\.\\C:////spam////eggs. . .')
'\\\\.\\C:////spam////eggs. . .'
History
Date User Action Args
2022-01-07 23:58:47neonenesetrecipients: + neonene, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2022-01-07 23:58:47neonenesetmessageid: <1641599927.66.0.339561742916.issue46287@roundup.psfhosted.org>
2022-01-07 23:58:47neonenelinkissue46287 messages
2022-01-07 23:58:47neonenecreate