Skip to content

Older version of get_write_buffer_limits overwrites the new implementation #99277

Closed
@csuriano23

Description

@csuriano23

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

No one assigned

    Labels

    3.11only security fixes3.12only security fixestopic-asynciotype-bugAn unexpected behavior, bug, or error

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions