[issue11939] Implement stat.st_dev and os.path.samefile on windows

Roundup Robot report at bugs.python.org
Mon Dec 31 19:00:05 CET 2012


Roundup Robot added the comment:

New changeset 3738d270c54a by Brian Curtin in branch 'default':
st_dev/st_rdev should be unsigned long as dwVolumeSerialNumber, which it is set to, is a DWORD. This was fixed in #11939 and the overflow was mentioned in #10657 and seen by me on some machines.
http://hg.python.org/cpython/rev/3738d270c54a

----------

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


More information about the Python-bugs-list mailing list