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

Update sock.py by making bind list creation more readable #3188

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

tnusser
Copy link

@tnusser tnusser commented Apr 17, 2024

Implementing suggestion by reviewer #3127 (comment) to make code more readable.

Implementing suggestion by reviewer benoitc#3127 (comment) to make code more readable.
@benoitc benoitc merged commit e4b5d48 into benoitc:unwrapped-sockets Aug 10, 2024
1 check passed
@tnusser tnusser deleted the patch-1 branch August 12, 2024 11:23
rverelabs added a commit to rverelabs/gunicorn that referenced this pull request Sep 27, 2024
commit e4b5d48
Merge: a24ff07 ec52843
Author: Benoit Chesneau <bchesneau@gmail.com>
Date:   Sat Aug 10 10:23:20 2024 +0200

    Merge pull request benoitc#3188 from tnusser/patch-1

    Update sock.py by making bind list creation more readable

commit ec52843
Author: Tobias Nusser <tobiasnusser@web.de>
Date:   Wed Apr 17 12:48:26 2024 +0200

    Update sock.py by making bind list creation more readable

    Implementing suggestion by reviewer benoitc#3127 (comment) to make code more readable.

commit a24ff07
Author: Randall Leeds <randall@bleeds.info>
Date:   Thu Dec 28 00:57:50 2023 -0800

    Use plain socket objects instead of wrapper classes

    Refactor socket creation to remove the socket wrapper classes so that
    these objects have less surprising behavior when used in worker hooks,
    worker classes, and custom applications.

    Close benoitc#3013.
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.

3 participants