juergbi opened a new pull request, #2039:
URL: https://github.com/apache/buildstream/pull/2039

   Recent Python security fixes (included in 3.13.4 but also backported to 
older branches) require link targets to pass the specified filter function as 
well. This can result in hardlinked files to not be extracted when a `base-dir` 
is set.
   
   This commit separates the filtering from the extraction to avoid this issue. 
Pass `filter="tar"` as Python 3.14+ will default to the too restrictive 
`filter="data"`.
   
   https://github.com/python/cpython/pull/135037
   
   Fixes #2029.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to