Uh oh!
There was an error while loading. Please reload this page.
bpo-44116: Add GC support to _csv heap types - #26074
Conversation
erlend-aasland
commented
May 12, 2021
(I'm applying skip news to this, @pablogsal (@corona10), as it is similar to GH-26072.) |
Fidget-Spinner
left a comment
There was a problem hiding this comment.
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
commented
May 12, 2021
Doh I should've refreshed before I submitted the review. Didn't see your latest commits :(. Sorry. |
erlend-aasland
commented
May 12, 2021
No problem, Ken :) I believe all your comments were addressed in 19e2952. |
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
commented
May 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
commented
May 12, 2021
Does this need backport to 3.9? |
miss-islington
commented
May 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
commented
May 12, 2021
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>
erlend-aasland
commented
May 12, 2021
No. This was added in December in GH-23224 |
Thanks for reviewing, Pablo and Ken! |
encukou
commented
May 12, 2021
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