New submission from Toke Høiland-Jørgensen <t...@toke.dk>:

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

----------
components: Library (Lib)
messages: 356670
nosy: tohojo
priority: normal
severity: normal
status: open
title: Pathlib crashes when os module is missing 'link' method
type: crash
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38811>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to