New submission from Mba:

ino_t is of type 'unsigned long' or 'unsigned long long'. Casting it to signed 
type means that negative values are incorrectly returned for large inodes.

----------
components: Library (Lib)
messages: 288355
nosy: mba
priority: normal
severity: normal
status: open
title: st_ino (unsigned long long) is casted to long long in 
posixmodule.c:_pystat_fromstructstat
type: behavior
versions: Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29619>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to