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-04-29.22:50:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619736618.76.0.58056610723.issue43968@roundup.psfhosted.org>
In-reply-to
Content
I think Eryk's point is that the behaviour is correct, and it's unfortunate that certain tools use realpath() when they don't actually mean it (I've been bitten by this too with pytest).

Presumably you want to replace realpath with abspath?
History
Date User Action Args
2021-04-29 22:50:18steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, sfmc
2021-04-29 22:50:18steve.dowersetmessageid: <1619736618.76.0.58056610723.issue43968@roundup.psfhosted.org>
2021-04-29 22:50:18steve.dowerlinkissue43968 messages
2021-04-29 22:50:18steve.dowercreate