New submission from Ronald Oussoren <ronaldousso...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue41355>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to