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 ronaldoussoren
Recipients ronaldoussoren
Date 2020-07-21.09:28:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595323684.61.0.723587728817.issue41355@roundup.psfhosted.org>
In-reply-to
Content
The code for os.link() seems to ignore follow_symlinks when the linkat(2) function is not available on the platform, which results in unexpected behaviour when "follow_symlinks" is false.
History
Date User Action Args
2020-07-21 09:28:04ronaldoussorensetrecipients: + ronaldoussoren
2020-07-21 09:28:04ronaldoussorensetmessageid: <1595323684.61.0.723587728817.issue41355@roundup.psfhosted.org>
2020-07-21 09:28:04ronaldoussorenlinkissue41355 messages
2020-07-21 09:28:04ronaldoussorencreate