You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ugh, alright. So, I think python/cpython#126208 and python/cpython#126214 are responsible for both failures respectively. They weren't merged at the same time so it's likely that there is a bugfix released where the UNC slash count change was made but not the trailing slash change. This makes rewriting the test cases to accommodate all of the various forms challenging.
Windows 3.13 CI is failing again due to upstream changes in CPython:
Taking a look at the changelog for 3.13.1, these are all of the potential bugfixes implicated:
nturl2path.pathname2url()
doesn't handle forward slashes python/cpython#120423cc @matthewhughes934 you've fixed a similar class of issues earlier. Would you be interested in taking a look at this?
The text was updated successfully, but these errors were encountered: