]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154443: Fix test_makedev on DragonFly BSD (GH-154444)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 Jul 2026 08:36:49 +0000 (11:36 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2026 08:36:49 +0000 (08:36 +0000)
commit2cf8e59a38251ff6dfbcd326104068be01c95385
tree06b502cf3d836c82383efdd1694de7f39f003dba
parentcbd15390e474e254ad2590c57de7e3bf657c0a09
gh-154443: Fix test_makedev on DragonFly BSD (GH-154444)

major() and minor() do not preserve NODEV on DragonFly BSD.

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