-
-
Notifications
You must be signed in to change notification settings - Fork 447
Memory leak in CTracer #1924
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
Comments
This is fixed in commit f85d9b7. |
nedbat
added a commit
that referenced
this issue
Feb 8, 2025
Loading
Loading status checks…
This is a subtler check for leaks, and still clearly distinguishes between the broken code and the fixed code.
This is now released as part of coverage 7.6.11. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Described in more detail at pytest-dev/pytest-cov#676
The CTracer leaks code objects. This can cause the memory footprint to grow, especially if a large number of code objects are created, as with
eval()
in a loop as described in the pytest-dev report.The text was updated successfully, but these errors were encountered: