]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-154437: Fix test_getcwd_long_path on DragonFly BSD (GH-154438) (GH-154455)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 Jul 2026 11:43:07 +0000 (13:43 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2026 11:43:07 +0000 (11:43 +0000)
commit29739c790e55d97526400bbd8f0cea93bbd11034
tree0ac27e499a77c04f8e0a44ff0fb5f942d34fafdd
parent37a5c690d033099276c8a264c1a660819863bd68
[3.14] gh-154437: Fix test_getcwd_long_path on DragonFly BSD (GH-154438) (GH-154455)

DragonFly BSD raises EFAULT instead of ENAMETOOLONG when the path
exceeds PATH_MAX.
(cherry picked from commit 1bf86c134a5260876ad31fb32b832cbea24c21ad)

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