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, steve.dower, tim.golden, zach.ware
Date 2019-10-11.22:42:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570833750.17.0.50048470532.issue38453@roundup.psfhosted.org>
In-reply-to
Content
Updating change_cwd() in Lib/test/support/__init__.py to call chdir(realpath(path)) also fixes the test issues I was facing, but the realpath() implementation needs fixing.
History
Date User Action Args
2019-10-11 22:42:30steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun
2019-10-11 22:42:30steve.dowersetmessageid: <1570833750.17.0.50048470532.issue38453@roundup.psfhosted.org>
2019-10-11 22:42:30steve.dowerlinkissue38453 messages
2019-10-11 22:42:30steve.dowercreate