]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-154443: Fix test_makedev on DragonFly BSD (GH-154444) (GH-154450)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Jul 2026 17:28:59 +0000 (19:28 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 17:28:59 +0000 (17:28 +0000)
commitf0728d31cde7b6d7928865fd1780b83ce0634413
treed71613dc52df3d5e328759d9eecc11a36a06c658
parentdf36cf12d925231fdabb9aac2208508e7955367b
[3.15] gh-154443: Fix test_makedev on DragonFly BSD (GH-154444) (GH-154450)

major() and minor() do not preserve NODEV on DragonFly BSD.
(cherry picked from commit 2cf8e59a38251ff6dfbcd326104068be01c95385)

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