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 tohojo
Recipients tohojo
Date 2019-11-15.12:04:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573819474.81.0.395497091024.issue38811@roundup.psfhosted.org>
In-reply-to
Content
Commit 6b5b013bcc22 ("bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990)") introduced a new link_to method in pathlib. However, this makes pathlib crash when the 'os' module is missing a 'link' method, as can be seen in the report in this CI test:

https://travis-ci.org/tohojo/flent/jobs/611950252
History
Date User Action Args
2019-11-15 12:04:34tohojosetrecipients: + tohojo
2019-11-15 12:04:34tohojosetmessageid: <1573819474.81.0.395497091024.issue38811@roundup.psfhosted.org>
2019-11-15 12:04:34tohojolinkissue38811 messages
2019-11-15 12:04:34tohojocreate