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 jaraco
Recipients jaraco, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-05-22.18:31:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590172288.82.0.9827381954.issue40732@roundup.psfhosted.org>
In-reply-to
Content
I've encountered an apparent regression on Python 3.8 on Windows when the current working directory is in a symlink to another volume and one runs `setup.py develop` on a project using setuptools_scm (https://github.com/pypa/setuptools_scm/issues/436).

I suspect the issue stems from changes in issue9949 and is likely a manifestation of the issues articulated by Eryk in issue9949#msg350138.
History
Date User Action Args
2020-05-22 18:31:28jaracosetrecipients: + jaraco, paul.moore, tim.golden, zach.ware, steve.dower
2020-05-22 18:31:28jaracosetmessageid: <1590172288.82.0.9827381954.issue40732@roundup.psfhosted.org>
2020-05-22 18:31:28jaracolinkissue40732 messages
2020-05-22 18:31:28jaracocreate