-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
bpo-44116: Add GC support to _csv heap types #26074
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
Conversation
(I'm applying skip news to this, @pablogsal (@corona10), as it is similar to GH-26072.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Some minor nits below:
Doh I should've refreshed before I submitted the review. Didn't see your latest commits :(. Sorry. |
No problem, Ken :) I believe all your comments were addressed in 19e2952. |
One thing that I don't understand is why the CSV tests when executed under the refleak checker don't show any problems |
Does this need backport to 3.9? |
Thanks @erlend-aasland for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
GH-26081 is a backport of this pull request to the 3.10 branch. |
(cherry picked from commit e5ba1fe) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
No. This was added in December in GH-23224 |
Thanks for reviewing, Pablo and Ken! |
Thank you for pushing this through! |
Petr's reproducer now outputs the following:
However, the _csv test suite now leaks (EDIT: updated output after b8772d6)UPDATE: No leaks after 19e2952
https://bugs.python.org/issue44116