FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-46920: Remove an old, elementtree-specific leak detector by arhadthedev · Pull Request #31811 · python/cpython · GitHub

/ cpython Public

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

Merged
ericvsmith merged 1 commit into
python:mainfrom
arhadthedev:remove-old-refleak-detector
Mar 11, 2022
Merged

bpo-46920: Remove an old, elementtree-specific leak detector#31811
ericvsmith merged 1 commit into
python:mainfrom
arhadthedev:remove-old-refleak-detector

Conversation

arhadthedev commented Mar 11, 2022
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

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

vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM.

ericvsmith merged commit f84c867 into python:main Mar 11, 2022
arhadthedev deleted the remove-old-refleak-detector branch March 12, 2022 12:59
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL