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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16841>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to