Skip to content

Commit e6c9ce3

Browse files
committed
Add link to fix
1 parent b94fef9 commit e6c9ce3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_pathlib/test_pathlib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2956,6 +2956,7 @@ def test_glob_dotdot(self):
29562956
self.assertEqual(set(p.glob("xyzzy/..")), { P(self.base, "xyzzy", "..") })
29572957
if sys.platform == "emscripten":
29582958
# Emscripten will return ELOOP if there are 49 or more ..'s.
2959+
# Can remove when https://github.com/emscripten-core/emscripten/pull/24591 is merged.
29592960
NDOTDOTS = 48
29602961
else:
29612962
NDOTDOTS = 50

0 commit comments

Comments
 (0)