-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Older version of get_write_buffer_limits
overwrites the new implementation
#99277
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
Labels
3.11
only security fixes
3.12
only security fixes
topic-asyncio
type-bug
An unexpected behavior, bug, or error
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>
Repository owner
moved this from Todo
to Done
in asyncio
Nov 10, 2022
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
only security fixes
topic-asyncio
type-bug
An unexpected behavior, bug, or error
Bug report
In python 3.11 asyncio module, a new version of
set_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 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: