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 xiang.zhang
Recipients brett.cannon, serhiy.storchaka, steve.dower, vstinner, xiang.zhang
Date 2017-01-05.16:10:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483632644.1.0.420859840811.issue29034@psf.upfronthosting.co.za>
In-reply-to
Content
The new patch is a try to solve the problems mentioned in this thread.

> It can be solved by making path->object referring an original argument (but some code checks the type of path->object), or making path->object owning a reference.

I prefer the later approach. There are codes relying on this behaviour (readlink).
History
Date User Action Args
2017-01-05 16:10:44xiang.zhangsetrecipients: + xiang.zhang, brett.cannon, vstinner, serhiy.storchaka, steve.dower
2017-01-05 16:10:44xiang.zhangsetmessageid: <1483632644.1.0.420859840811.issue29034@psf.upfronthosting.co.za>
2017-01-05 16:10:44xiang.zhanglinkissue29034 messages
2017-01-05 16:10:43xiang.zhangcreate