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.13] gh-112346: Always set OS byte to 255, simpler gzip.compress function. (GH-120486) #120563

Merged
merged 1 commit into from
Jun 15, 2024

Commits on Jun 15, 2024

  1. pythongh-112346: Always set OS byte to 255, simpler gzip.compress fun…

    …ction. (pythonGH-120486)
    
    This matches the output behavior in 3.10 and earlier; the optimization in 3.11 allowed the zlib library's "os" value to be filled in instead in the circumstance when mtime was 0.  this keeps things consistent.
    (cherry picked from commit 08d09cf)
    
    Co-authored-by: Ruben Vorderman <[email protected]>
    rhpvorderman authored and miss-islington committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    ac7de3d View commit details
    Browse the repository at this point in the history