]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-154437: Fix test_getcwd_long_path on DragonFly BSD (GH-154438) (GH-154456)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Jul 2026 09:26:43 +0000 (11:26 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 09:26:43 +0000 (09:26 +0000)
commitd24978275ed9cbd7fbecae4d7dfa0e1e7f49c0c0
treec51021e990fa25b19135de0465ab1f01adb291fa
parent67cdf27261bc3ee563285c1af6c7c73699b03604
[3.13] gh-154437: Fix test_getcwd_long_path on DragonFly BSD (GH-154438) (GH-154456)

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