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

[3.9] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) #108274

Merged
merged 3 commits into from
Aug 22, 2023

Commits on Aug 22, 2023

  1. [3.11] pythongh-107845: Fix symlink handling for tarfile.data_filter (p…

    …ythonGH-107846) (pythonGH-108209)
    
    pythongh-107845: Fix symlink handling for tarfile.data_filter (pythonGH-107846)
    
    (cherry picked from commit acbd3f9)
    
    Co-authored-by: Petr Viktorin <[email protected]>
    Co-authored-by: Victor Stinner <[email protected]>
    Co-authored-by: Lumír 'Frenzy' Balhar <[email protected]>
    4 people committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ac19f5c View commit details
    Browse the repository at this point in the history
  2. Remove non-existent test decorator

    `@symlink_test` skip tests on wasm, where symlinks behave inconsistently.
    Python 3.10 doesn't do wasm and doesn't have the decorator.
    encukou committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    012be1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef0bfc3 View commit details
    Browse the repository at this point in the history