Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Extract tar files with "data" filter in Windows build scripts #8606

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

radarhere
Copy link
Member

https://github.com/python-pillow/Pillow/actions/runs/12361558292/job/34498979321#step:11:12

D:\a\Pillow\Pillow\winbuild\build_prepare.py:523: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior.

This PR sets the 'filter' argument for Python >= 3.12 (when it was added), set to 'data', the default in Python 3.14.

winbuild/build_prepare.py Outdated Show resolved Hide resolved
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@hugovk hugovk merged commit de8335b into python-pillow:main Dec 18, 2024
68 checks passed
@radarhere radarhere deleted the filter branch December 18, 2024 07:55
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants