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 alex
Recipients alex
Date 2013-07-22.15:07:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374505660.8.0.757245061421.issue18530@psf.upfronthosting.co.za>
In-reply-to
Content
Right now it calls islink(), which does an lstat, and then does its own lstat on the same path. This can be optimized by inlining the body of islink and reusing the stat result.

(This has been identified as an actual issue in openstack-swift https://review.openstack.org/#/c/37929/ )
History
Date User Action Args
2013-07-22 15:07:40alexsetrecipients: + alex
2013-07-22 15:07:40alexsetmessageid: <1374505660.8.0.757245061421.issue18530@psf.upfronthosting.co.za>
2013-07-22 15:07:40alexlinkissue18530 messages
2013-07-22 15:07:40alexcreate