[New-bugs-announce] [issue41355] os.link(..., follow_symlinks=False) without linkat(3)

Ronald Oussoren report at bugs.python.org
Tue Jul 21 05:28:04 EDT 2020


New submission from Ronald Oussoren <ronaldoussoren at mac.com>:

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.

----------
components: Extension Modules
messages: 374057
nosy: ronaldoussoren
priority: normal
severity: normal
stage: test needed
status: open
title: os.link(..., follow_symlinks=False) without linkat(3)
type: behavior
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41355>
_______________________________________


More information about the New-bugs-announce mailing list