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

bpo-43317: Use io.DEFAULT_BUFFER_SIZE instead of arbitrary number in gzip module #24645

Merged
merged 2 commits into from
Feb 26, 2021

Conversation

rhpvorderman
Copy link
Contributor

@rhpvorderman rhpvorderman commented Feb 25, 2021

This improves the performance slightly, while also using a constant that is shared across the python code base.

https://bugs.python.org/issue43317

This improves the performance slightly, while also using a constant that is shared across the python code base.
@methane methane merged commit 7956ef8 into python:master Feb 26, 2021
@bedevere-bot
Copy link

@methane: Please replace # with GH- in the commit message next time. Thanks!

@rhpvorderman rhpvorderman deleted the bpo-43317 branch March 1, 2021 08:08
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants