Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat: Use Python 3.12+ tarfile data extraction filter #2455

Merged
merged 1 commit into from
Mar 15, 2024

Commits on Mar 13, 2024

  1. feat: Use Python 3.12+ tarfile data extraction filter

    * In Python 3.12 extraction filters are added and in will become default in
      Python 3.14. To start using them for when Python 3.12 support is added, and
      to guard against a Python 3.14 DeprecatinoWarning, use the data extraction
      filter for extracting tarfiles in pyhf.contrib.utils.download.
       - c.f. https://docs.python.org/3.12/library/tarfile.html#extraction-filters
    matthewfeickert committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b2001f7 View commit details
    Browse the repository at this point in the history