neonene <nicesal...@gmail.com> added the comment:
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. . .' ---------- nosy: +neonene _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46287> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com