[New-bugs-announce] [issue16841] Set st_dev on Windows as unsigned long
Serhiy Storchaka
report at bugs.python.org
Wed Jan 2 16:32:57 CET 2013
New submission from Serhiy Storchaka:
st_dev field of stat() result was set as signed long or long long, but now it is unsigned long on Windows (see issue11939). The proposed patch uses appropriate conversion for it.
----------
components: Extension Modules, Windows
files: st_dev_unsigned.patch
keywords: patch
messages: 178816
nosy: brian.curtin, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Set st_dev on Windows as unsigned long
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file28529/st_dev_unsigned.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16841>
_______________________________________
More information about the New-bugs-announce
mailing list