This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author omer sela
Recipients omer sela
Date 2020-03-30.15:35:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585582528.02.0.848256815415.issue40118@roundup.psfhosted.org>
In-reply-to
Content
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)
History
Date User Action Args
2020-03-30 15:35:28omer selasetrecipients: + omer sela
2020-03-30 15:35:28omer selasetmessageid: <1585582528.02.0.848256815415.issue40118@roundup.psfhosted.org>
2020-03-30 15:35:28omer selalinkissue40118 messages
2020-03-30 15:35:27omer selacreate