-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixestopic-asynciotype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
In python 3.11 asyncio module, a new version of set_write_buffer_limits
and get_write_buffer_limits
has been introduced for SSL (sslproto.py), that doesn't delegate to the transport layer. However the old version of get_write_buffer_limits
is still inplace, overwriting the new version
Your environment
CPython versions tested on:
- 3.10.x (no bug)
- 3.11.0
Operating system and architecture:
- Darwin, MacOS ARM M1
Metadata
Metadata
Assignees
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixestopic-asynciotype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done