]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154437: Fix test_getcwd_long_path on DragonFly BSD (GH-154438)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 09:05:06 +0000 (12:05 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 09:05:06 +0000 (12:05 +0300)
commit1bf86c134a5260876ad31fb32b832cbea24c21ad
tree0c7a5918bb825e74c5239cb64e5ce0cd6ddece9b
parent08a0d10709f04cf03260e5e852381cecb1c531e1
gh-154437: Fix test_getcwd_long_path on DragonFly BSD (GH-154438)

DragonFly BSD raises EFAULT instead of ENAMETOOLONG when the path
exceeds PATH_MAX.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_os/test_os.py