mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
Adjust `pathlib._os.vfspath()` so that it doesn't try `os.fsdecode()`. I don't know that supporting `os.PathLike` arguments is a good idea, so it's best to leave it out for now.