Add some "add_memory_pressure=True" at all places that malloc something
that is likely to be a PyObject or attached to a PyObject, and thus relying on our GC to know when it must be freed. This change helps a lot on some examples.
Please register or sign in to comment