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 eryksun, paul.moore, sfmc, steve.dower, tim.golden, zach.ware
Date 2021-05-02.14:35:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619966123.81.0.988753111102.issue43968@roundup.psfhosted.org>
In-reply-to
Content
> The problem is with Python debugger and third-party tools - we can't make changes there.

You can report the issue to them, though. They may not realise that they're using realpath() in scenarios when their users do not want links to be resolved.

For your own needs, you could add a sitecustomize.py file that does "ntpath.realpath = ntpath.abspath". That will change the behaviour back to what it was in 3.7.

> Is this acceptable for Python 3.8.10?

No, it's not a security fix.
History
Date User Action Args
2021-05-02 14:35:23steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, sfmc
2021-05-02 14:35:23steve.dowersetmessageid: <1619966123.81.0.988753111102.issue43968@roundup.psfhosted.org>
2021-05-02 14:35:23steve.dowerlinkissue43968 messages
2021-05-02 14:35:23steve.dowercreate