randombit / botan

Cryptography Toolkit
https://botan.randombit.net
BSD 2-Clause "Simplified" License
2.59k stars 569 forks source link

Fix Python deprecation warning in dist.py #4409

Closed randombit closed 3 weeks ago

randombit commented 3 weeks ago
/home/jack/work/botan/./src/scripts/dist.py:96: 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.
  tar_f.extractall()
randombit commented 3 weeks ago

4412