-
-
Notifications
You must be signed in to change notification settings - Fork 32k
test_asyncio.test_base_events
leaks references in free-threaded build
#124068
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
Comments
Bisected to 8810e28 |
cc @Fidget-Spinner @colesbury @markshannon (technically, |
I'll take a look. I saw something similar when working on #124026 with a reference leak involving generators/coroutines and exceptions frames. |
colesbury
added a commit
to colesbury/cpython
that referenced
this issue
Sep 13, 2024
…ded build If the generator is already cleared, then most fields in the generator's frame are not valid other than f_executable. The invalid fields may contain dangling pointers and should not be used.
colesbury
added a commit
to colesbury/cpython
that referenced
this issue
Sep 13, 2024
colesbury
added a commit
that referenced
this issue
Sep 14, 2024
…ild (#124069) If the generator is already cleared, then most fields in the generator's frame are not valid other than f_executable. The invalid fields may contain dangling pointers and should not be used.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: