New submission from omer sela <omersel...@gmail.com>:

when calling os.stat(fd).st_ino on with a file descriptor of a symbolic link it 
returns the inode of the original file and not of the link (picture attached)

----------
components: Library (Lib)
files: python_bug.png
messages: 365324
nosy: omer sela
priority: normal
severity: normal
status: open
title: os.stat in linux shows the wrong inode
type: behavior
versions: Python 3.7
Added file: https://bugs.python.org/file49015/python_bug.png

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

Reply via email to