Steve Dower <steve.do...@python.org> added the comment:
> 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue43968> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com