select — Waiting for I/O completion — Python 3.11.16 documentation

docs.python.org

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

Python Module Index

3.11.16 Documentation

The Python Standard Library

Networking and Interprocess Communication

WebAssembly platforms

This module does not work or is not available on WebAssembly platforms wasm32-emscripten and wasm32-wasi. See WebAssembly platforms for more information.

os.set_inheritable()

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.

1 1