-
-
Notifications
You must be signed in to change notification settings - Fork 32k
test_class.TestInlineValues.test_detach_materialized_dict_no_memory
leaks references
#124722
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
Comments
I'll look into this soon. At a glance, the leak itself is probably not related to the PR. |
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Sep 29, 2024
@ZeroIntensity sorry, I didn't write a message here. I was also working on this issue. |
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Sep 29, 2024
Oh, perfect! I'll take a look at the PR. |
zware
pushed a commit
that referenced
this issue
Sep 30, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 30, 2024
pythonGH-124769) (cherry picked from commit 6f4d64b) Co-authored-by: sobolevn <mail@sobolevn.me>
Yhg1s
pushed a commit
that referenced
this issue
Sep 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
Refleaks tests are failing on main due to a leak from
test_class.TestInlineValues.test_detach_materialized_dict_no_memory
:That test was added in gh-124627.
cc @markshannon @DinoV
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
test_detach_materialized_dict_no_memory
#124769test_detach_materialized_dict_no_memory
(GH-124769) #124777The text was updated successfully, but these errors were encountered: