mirror of
https://github.com/python/cpython.git
synced 2025-11-12 03:22:06 +00:00
The Emscripten path resolver uses the same mechanism for resolving `..`
at a file system root as for resolving symlinks. This is because
roots don't store their mountpoints. If the parent of a node is itself,
it is a root but it might be a mountpoint in some other file system.
If a path has enough `..`'s at the root, it will return ELOOP.
Enough turns out to be 49.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| support | ||
| __init__.py | ||
| test_copy.py | ||
| test_join.py | ||
| test_join_posix.py | ||
| test_join_windows.py | ||
| test_pathlib.py | ||
| test_read.py | ||
| test_write.py | ||