cpython/Lib/test/test_pathlib
Hood Chatham e4ccd46bf7
gh-127146: Emscripten: Fix pathlib glob_dotdot test (#135624)
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.
2025-06-18 11:20:43 +08:00
..
support
__init__.py
test_copy.py
test_join.py
test_join_posix.py
test_join_windows.py
test_pathlib.py gh-127146: Emscripten: Fix pathlib glob_dotdot test (#135624) 2025-06-18 11:20:43 +08:00
test_read.py
test_write.py