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
Labels
Comments
This was referenced Nov 9, 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
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
csuriano23 commentedNov 9, 2022
•
edited by bedevere-bot
Bug report
In python 3.11 asyncio module, a new version of
set_write_buffer_limitsandget_write_buffer_limitshas been introduced for SSL (sslproto.py), that doesn't delegate to the transport layer. However the old version ofget_write_buffer_limitsis still inplace, overwriting the new versionYour environment
CPython versions tested on:
Operating system and architecture:
get_write_buffer_limits#99280get_write_buffer_limits(GH-99280) #99338The text was updated successfully, but these errors were encountered: