commit | 4e3cfa46dc4449c992c33fc2c318cd303798b16c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Apr 02 21:28:28 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Apr 02 21:28:28 2015 +0200 |
tree | bbae5621057058ef44d771138dcd811bf85b7543 | |
parent | 10550cdb8a4412155b1743bbac01fd7cfc7320f7 [diff] |
Issue #23853: Cleanup _ssl.c * Rename check_socket_and_wait_for_timeout() to PySSL_select() * PySSL_select() is now clearly splitted betwen poll() and select() * Add empty lines for readability