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 ocean-city
Recipients amaury.forgeotdarc, brian.curtin, giampaolo.rodola, ocean-city
Date 2010-11-25.22:49:40
SpamBayes Score 1.8755925e-05
Marked as misclassified No
Message-id <1290725384.37.0.783715600082.issue8879@psf.upfronthosting.co.za>
In-reply-to
Content
Umm, I'm not sure how to fix this yet, but
if we create the function like os._stat_with_open_handle()
which returns stat struct and open handle on windows,
I think we can set/use st_ino. (Because FileID won't change
while file is opened) I'm not sure if it is appropriate API
change or not, though. :-(
History
Date User Action Args
2010-11-25 22:49:44ocean-citysetrecipients: + ocean-city, amaury.forgeotdarc, giampaolo.rodola, brian.curtin
2010-11-25 22:49:44ocean-citysetmessageid: <1290725384.37.0.783715600082.issue8879@psf.upfronthosting.co.za>
2010-11-25 22:49:40ocean-citylinkissue8879 messages
2010-11-25 22:49:40ocean-citycreate