-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
asyncio._SelectorSocketTransport cyclic ref leak is back as ._write_ready.__self__
#106503
Labels
Comments
kumaraditya303
pushed a commit
that referenced
this issue
Jul 7, 2023
kumaraditya303
pushed a commit
that referenced
this issue
Jul 7, 2023
Tasssadar
added a commit
to Tasssadar/cpython
that referenced
this issue
Dec 17, 2024
Change introduced in pythongh-106503 cause the transport to miss writes scheduled after it is closed. Signed-off-by: Vojtěch Boček <vbocek@gmail.com>
Tasssadar
added a commit
to Tasssadar/cpython
that referenced
this issue
Dec 17, 2024
Change introduced in pythongh-106503 cause the transport to miss writes scheduled after it is closed. Signed-off-by: Vojtěch Boček <vbocek@gmail.com>
Tasssadar
added a commit
to Tasssadar/cpython
that referenced
this issue
Dec 17, 2024
Change introduced in pythongh-106503 cause the transport to miss writes scheduled after it is closed. Signed-off-by: Vojtěch Boček <vbocek@gmail.com>
Tasssadar
added a commit
to Tasssadar/cpython
that referenced
this issue
Jan 13, 2025
Change introduced in pythongh-106503 cause the transport to miss writes scheduled after it is closed. Signed-off-by: Vojtěch Boček <vbocek@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
#100348 aka #87745 (fix #100349 merged 2022-12-20) is back as a side effect of #31871 (merged 2022-12-24)—caching a bound method as
_write_ready
creates the reference cycle._write_ready.__self__
on_SelectorSocketTransport
.Your environment
uname -a
=Linux delia 6.3.2-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 11 May 2023 16:40:42 +0000 x86_64 GNU/Linux
Linked PRs
The text was updated successfully, but these errors were encountered: