Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
Bug report
In python 3.11 asyncio module, a new version ofset_write_buffer_limits andget_write_buffer_limits has been introduced for SSL (sslproto.py), that doesn't delegate to the transport layer. However the old version ofget_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
Projects
Status
Done