commit 5a57248b22ad3b9aafcaaadae2c304a1923daeca
Author: Serhiy Storchaka <[email protected]>
Date:   Sun May 4 17:24:10 2025 +0300

    gh-81793: Always call linkat() from os.link(), if available (GH-132517)
    
    This fixes os.link() on platforms (like Linux and OpenIndiana) where the
    system link() function does not follow symlinks.
    
    * On Linux, it now follows symlinks by default and if
      follow_symlinks=True is specified.
    * On Windows, it now raises error if follow_symlinks=True is passed.
    * On macOS, it now raises error if follow_symlinks=False is passed and
      the system linkat() function is not available at runtime.
    * On other platforms, it now raises error if follow_symlinks is passed
      with a value that does not match the system link() function behavior
      if if the behavior is not known.
    
    Co-authored-by: Joachim Henke <[email protected]>
    Co-authored-by: Thomas Kluyver <[email protected]>


https://github.com/python/cpython/commit/5a57248b22ad3b9aafcaaadae2c304a1923daeca

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2139109

Title:
  autopkgtest failure with python 3.14

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/2139109/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to