Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Older version of get_write_buffer_limits overwrites the new implementation #99277

Closed
csuriano23 opened this issue Nov 9, 2022 · 0 comments
Closed
Labels
3.11 only security fixes 3.12 bugs and security fixes topic-asyncio type-bug An unexpected behavior, bug, or error

Comments

@csuriano23
Copy link
Contributor

csuriano23 commented Nov 9, 2022

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
@csuriano23 csuriano23 added the type-bug An unexpected behavior, bug, or error label Nov 9, 2022
@kumaraditya303 kumaraditya303 added topic-asyncio 3.11 only security fixes 3.12 bugs and security fixes labels Nov 10, 2022
gvanrossum pushed a commit that referenced this issue Nov 10, 2022
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Nov 10, 2022
…thonGH-99280)

(cherry picked from commit f1680c3)

Co-authored-by: Carlo <34414634+csuriano23@users.noreply.github.com>
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
gvanrossum pushed a commit that referenced this issue Nov 10, 2022
…H-99280) (#99338)

(cherry picked from commit f1680c3)

Co-authored-by: Carlo <34414634+csuriano23@users.noreply.github.com>
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
gvanrossum pushed a commit to gvanrossum/cpython that referenced this issue Nov 10, 2022
…thon#99280)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
ethanfurman pushed a commit to ethanfurman/cpython that referenced this issue Nov 12, 2022
…thon#99280)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.11 only security fixes 3.12 bugs and security fixes topic-asyncio type-bug An unexpected behavior, bug, or error
Projects
Status: Done
Development

No branches or pull requests

3 participants