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 brian.curtin, jaraco, ocean-city
Date 2010-10-19.02:21:17
SpamBayes Score 9.71271e-07
Marked as misclassified No
Message-id <1287454882.03.0.53948284598.issue10027@psf.upfronthosting.co.za>
In-reply-to
Content
How about this patch?

* st_nlink support for stat()/lstat().
* lstat() for junction read attributes of junction not target.
* stat() for symlink of system locked file (ie: c:/pagefile.sys)
  should read attributes from target locked file not of symlink
  even via FindFirstFile. (I cannot test this, sorry)

I hope other behavior was not changed by this patch.
History
Date User Action Args
2010-10-19 02:21:22ocean-citysetrecipients: + ocean-city, jaraco, brian.curtin
2010-10-19 02:21:22ocean-citysetmessageid: <1287454882.03.0.53948284598.issue10027@psf.upfronthosting.co.za>
2010-10-19 02:21:20ocean-citylinkissue10027 messages
2010-10-19 02:21:20ocean-citycreate