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 sandberg
Recipients ocean-city, sandberg, terry.reedy
Date 2009-10-14.13:51:45
SpamBayes Score 0.000695706
Marked as misclassified No
Message-id <1255528306.87.0.169039722998.issue5985@psf.upfronthosting.co.za>
In-reply-to
Content
> Once I considered this approach, but problems was that
> nFileIndexLow/High can change every time file handle is opened, so
> it's not unique.

Ah, I see, then your approach makes sense.

There's another part of your patch that I don't understand:

+except ImportError: # not running on Windows - mock up something sensible
+    from posixpath import samefile # XXX

In what situations will this happen, and are we guaranteed in those
cases that samefile will be found in posixpath?
History
Date User Action Args
2009-10-14 13:51:47sandbergsetrecipients: + sandberg, terry.reedy, ocean-city
2009-10-14 13:51:46sandbergsetmessageid: <1255528306.87.0.169039722998.issue5985@psf.upfronthosting.co.za>
2009-10-14 13:51:45sandberglinkissue5985 messages
2009-10-14 13:51:45sandbergcreate