Table of Contents | ssl — TLS/SSL wrapper for socket objects | selectors — High-level I/O multiplexing | Report a Bug | index | modules | Python | 3.11.16 Documentation | The Python Standard Library | Networking and Interprocess Communication
Tin mới
ssl — TLS/SSL wrapper for socket objects
selectors — High-level I/O multiplexing
Networking and Interprocess Communication
This module does not work or is not available on WebAssembly platforms wasm32-emscripten and wasm32-wasi. See WebAssembly platforms for more information.
Deprecated since version 3.4: The flags parameter. select.EPOLL_CLOEXEC is used by default now. Use os.set_inheritable() to make the file descriptor inheritable.