{% if show_memory_leaks and metadata.python_allocator == "pymalloc" %}
{% endif %}
{% block content %}
[penseive debug] Please place your content here.
{% endblock content %}
Report generated using "--leaks" using pymalloc allocator
This report for memory leaks was generated with the pymalloc allocator active. This can show confusing results because the Python allocator doesn't necessarily release memory to the system when Python objects are deallocated and these can still appear as "leaks". If you want to exclude these, you can run your application with the `PYTHONMALLOC=malloc` environment variable set.