Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
erlend-aasland commentedMay 12, 2021
(I'm applyingskip news to this,@pablogsal (@corona10), as it is similar toGH-26072.) |
Fidget-Spinner left a comment
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:
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Fidget-Spinner commentedMay 12, 2021
Doh I should've refreshed before I submitted the review. Didn't see your latest commits :(. Sorry. |
erlend-aasland commentedMay 12, 2021
No problem, Ken :) I believe all your comments were addressed in19e2952. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
pablogsal commentedMay 12, 2021
One thing that I don't understand is why the CSV tests when executed under the refleak checker don't show any problems |
pablogsal commentedMay 12, 2021
Does this need backport to 3.9? |
miss-islington commentedMay 12, 2021
Thanks@erlend-aasland for the PR, and@pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
bedevere-bot commentedMay 12, 2021
GH-26081 is a backport of this pull request to the3.10 branch. |
(cherry picked from commite5ba1fe)Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
erlend-aasland commentedMay 12, 2021
No. This was added in December inGH-23224 |
erlend-aasland commentedMay 12, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Thanks for reviewing, Pablo and Ken! |
encukou commentedMay 12, 2021
Thank you for pushing this through! |
Uh oh!
There was an error while loading.Please reload this page.
Petr's reproducer now outputs the following:
However, the _csv test suite now leaks (EDIT: updated output afterb8772d6)UPDATE: No leaks after19e2952
https://bugs.python.org/issue44116