python / cpython

The Python programming language
https://www.python.org
Other
63.36k stars 30.34k forks source link

Update `tarfile.extractall` and friends to use `filter='data'` by default #118875

Open edgarrmondragon opened 6 months ago

edgarrmondragon commented 6 months ago

It was deprecated in 3.12 and set for removal in 3.14.

I can open a PR to tackle this if that's ok.

Linked PRs

nineteendo commented 5 months ago

Note it's filter='data'. The warning message should stay but could mention this is only necessary on 3.12 & 3.13. And that you need to check this manually before that.