abalkin / pytest-leaks

A pytest plugin to trace resource leaks.
https://abalkin.github.io/pytest-leaks
Other
115 stars 4 forks source link

No error message when run with a non-debug-enabled Python interpreter #4

Closed grothesque closed 5 years ago

grothesque commented 7 years ago

Very useful plugin, thanks!

I guess that there should be an error when the --leaks option is given but sys.gettotalrefcount() is not available. Right now all runs and once can get the impression that there are no leaks.