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 quasi-public APIs from trio socket interface #249

Merged
merged 2 commits into from
Jul 26, 2017

Commits on Jul 25, 2017

  1. Move the socket type fixup code out of the class and into a function

    I don't want this in the "public" socket interface, because it
    interferes with python-triogh-170.
    njsmith committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    6b0eeb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Make did_shutdown_SHUT_WR public API on trio socket objects

    This is more prep for python-triogh-170. As of this commit SocketType no longer
    has any secret-but-quasi-public APIs.
    njsmith committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    6ee9f14 View commit details
    Browse the repository at this point in the history