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

Remove unused bufsize, fix install arg error #244

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mmoult
Copy link

@mmoult mmoult commented Jan 12, 2024

In recent version of Python, the bufsize arg in Popen calls triggers a warning. Previously, the argument was simply ignored.

Also, fix install arg error. True was passed as an argument where a list of names was expected (or None).

In recent version of Python, the bufsize arg in Popen calls triggers
a warning. Previously, the argument was simply ignored.

Also, fix install arg error. True was passed as an argument where a
list of names was expected (or None).
@mmoult
Copy link
Author

mmoult commented Jan 12, 2024

Similar issue from another codebase: benoitc/gunicorn#2091

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.

1 participant