mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
asyncio: SelectSelector is limited to 512 sockets on Windows
This commit is contained in:
parent
a092a615f5
commit
7eb10311be
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ Common limits of Windows event loops:
|
|||
|
||||
:class:`SelectorEventLoop` specific limits:
|
||||
|
||||
- :class:`~selectors.SelectSelector` is used but it only supports sockets
|
||||
- :class:`~selectors.SelectSelector` is used which only supports sockets
|
||||
and is limited to 512 sockets.
|
||||
- :meth:`~BaseEventLoop.add_reader` and :meth:`~BaseEventLoop.add_writer` only
|
||||
accept file descriptors of sockets
|
||||
- Pipes are not supported
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue