Pádraig Brady added the comment:
I think this change is not needed as fstatat() implies AT_NO_AUTOMOUNT since
Linux 4.11
The fstatat(2) man page is confusing, and I've attempted to clarify with the
patch attached to:
https://lists.gnu.org/archive/html/coreutils/2022-03/msg00014
Pádraig Brady added the comment:
This can probably closed as a dupe of #30395
--
nosy: +pixelbeat
___
Python tracker
<http://bugs.python.org/issue28812>
___
___
Changes by Pádraig Brady :
--
nosy: +pixelbeat
___
Python tracker
<http://bugs.python.org/issue30395>
___
___
Python-bugs-list mailing list
Unsubscribe:
Pádraig Brady added the comment:
Packaging dangling symlinks is often required, so this is a problem.
For e.g. in my package I want to install this symlink:
/etc/apache2/sites-enabled/000-default -> ../sites-available/myapp.conf
--
nosy: +pixelbeat
versions: +Python
Pádraig Brady <[EMAIL PROTECTED]> added the comment:
A couple of comments.
1. This bug supersedes issue 1153226
That has good info, including the suggestion that one should
be using the %.f format rather than %d in this case anyway
2. The patch here was actually applied in