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 steve.dower
Recipients Georg Mischler, paul.moore, pitrou, python-dev, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2017-02-02.16:30:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486053053.65.0.291793922943.issue29079@psf.upfronthosting.co.za>
In-reply-to
Content
At the point this code is running, it doesn't matter. The path doesn't exist, so trimming irrelevant segments from it will just cause a few extra iterations through resolve until we clear out enough of the absent segments to find something that does exist.

abspath just prepends the current working directory unless the path is rooted, so we essentially have unbounded concatenation of "\.." in that case.
History
Date User Action Args
2017-02-02 16:30:53steve.dowersetrecipients: + steve.dower, paul.moore, pitrou, tim.golden, python-dev, zach.ware, serhiy.storchaka, Georg Mischler
2017-02-02 16:30:53steve.dowersetmessageid: <1486053053.65.0.291793922943.issue29079@psf.upfronthosting.co.za>
2017-02-02 16:30:53steve.dowerlinkissue29079 messages
2017-02-02 16:30:53steve.dowercreate