8000 gh-91632: Fix generic_alias_iterator to be finalized at exit. by corona10 · Pull Request #91727 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-91632: Fix generic_alias_iterator to be finalized at exit. #91727

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

Merged
merged 5 commits into from
Apr 20, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Core and Builtins/2022-04-20-14-43-37.gh-issu…
…e-91632.cvUhsZ.rst

Co-authored-by: Victor Stinner <vstinner@python.org>
  • Loading branch information
corona10 and vstinner authored Apr 20, 2022
commit 55d04c46bc566c67e1351d34630ab6c122dc47bd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix :class:`generic_alias_iterator` to be finalized at exit.
Fix a minor memory leak at exit: release the memory of the :class:`generic_alias_iterator` type. Patch by Dong-hee Na.
0