-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
test_pyrepl leaks references #119469
Labels
tests
Tests in the Lib/test dir
Comments
The problem comes from |
thanks for the super quick investigation, Victor |
Python 3.13 is also affected. Example:
|
Will backport. |
ambv
added a commit
to ambv/cpython
that referenced
this issue
May 23, 2024
ambv
added a commit
that referenced
this issue
May 23, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 23, 2024
(cherry picked from commit 6e012ce) Co-authored-by: Łukasz Langa <[email protected]>
ambv
added a commit
that referenced
this issue
May 23, 2024
(cherry picked from commit 6e012ce) Co-authored-by: Łukasz Langa <[email protected]>
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since commit fe92193, test_pyrepl started to leak a lot of references.
Example:
cc @lysnikolaou
Linked PRs
The text was updated successfully, but these errors were encountered: