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

psutil.Popen may lean due to lack of __del__ #921

Closed
giampaolo opened this issue Oct 15, 2016 · 0 comments
Closed

psutil.Popen may lean due to lack of __del__ #921

giampaolo opened this issue Oct 15, 2016 · 0 comments
Labels

Comments

@giampaolo
Copy link
Owner

Not sure if this is actually the case as it's something which is difficult to reproduce, but subprocess.Popen defines a __del__ special method which free resources.
It looks like psutil.Popen should do the same and call the original __del__ method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant