[issue31044] FAIL: test_makedev (test.test_posix.PosixTester) on AMD64 FreeBSD CURRENT

STINNER Victor report at bugs.python.org
Thu Jul 27 10:20:08 EDT 2017


STINNER Victor added the comment:

Confirmation that minor() truncates high bits:

CURRENT-amd64% ./python -c 'import os; print(hex(os.minor(0xaabbccddff)))'
0xbbcc00ff

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31044>
_______________________________________


More information about the Python-bugs-list mailing list