You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: