Skip to content
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

bpo-46920: Remove an old, elementtree-specific leak detector #31811

Merged
merged 1 commit into from
Mar 11, 2022

Conversation

arhadthedev
Copy link
Member

@arhadthedev arhadthedev commented Mar 11, 2022

Currently, CPython has a universal refleak detector that reports on interpreter termination. As a result, no commented out elementtree-specific detector is required, especially when it prints into stdout for each ElementObject creation and destruction.

This PR is separated from a large, umbrella GH-31681 to simplify review.

https://bugs.python.org/issue46920

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@ericvsmith ericvsmith merged commit f84c867 into python:main Mar 11, 2022
@arhadthedev arhadthedev deleted the remove-old-refleak-detector branch March 12, 2022 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants